Fixes issue with $pageTitle

This commit is contained in:
James Brooks
2015-05-28 08:59:56 +01:00
parent fb8990dff2
commit ea94f6dd9e
3 changed files with 4 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ class HomeController extends AbstractController
'canPageBackward' => $canPageBackward,
'previousDate' => $startDate->copy()->subDays($daysToShow)->toDateString(),
'nextDate' => $startDate->copy()->addDays($daysToShow)->toDateString(),
'pageTitle' => Setting::get('app_name').' Status',
]);
}
}