fix
This commit is contained in:
parent
441323e0f5
commit
3a9c213d86
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class ProjectPage extends NotificationsPage {
|
||||||
$apiCache = kirby()->cache('api');
|
$apiCache = kirby()->cache('api');
|
||||||
$stepsData = $apiCache?->get($this->slug() . '_' . 'steps');
|
$stepsData = $apiCache?->get($this->slug() . '_' . 'steps');
|
||||||
|
|
||||||
if ($stepsData === null || count($stepsData) > 0) {
|
if ($stepsData === null || count($stepsData) === 0) {
|
||||||
$this->rebuildStepsCache();
|
$this->rebuildStepsCache();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue