fix
This commit is contained in:
parent
1064432984
commit
8c749030ba
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ class ProjectPage extends NotificationsPage {
|
|||
if (!$stepsData) {
|
||||
$steps = $newPage->getRefreshedSteps(true);
|
||||
|
||||
refreshProjectStepsCache($project, $steps);
|
||||
refreshProjectStepsCache($this, $steps);
|
||||
return $steps;
|
||||
};
|
||||
return $stepsData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue