This commit is contained in:
isUnknown 2025-05-26 14:09:07 +02:00
parent 1064432984
commit 8c749030ba
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class ProjectPage extends NotificationsPage {
if (!$stepsData) {
$steps = $newPage->getRefreshedSteps(true);
refreshProjectStepsCache($project, $steps);
refreshProjectStepsCache($this, $steps);
return $steps;
};
return $stepsData;