summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PageController.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:52:23 +0200
commit42c57af9f883984429ae1c529855eeeed7013588 (patch)
treed6885234eaea8fc86a782d7cd44466a55e6d27a9 /lib/Controller/PageController.php
parent51095a9276fe24cdc2127d85ca461338e27e8ba3 (diff)
better link11.0.3
Diffstat (limited to 'lib/Controller/PageController.php')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 3d1db0d57..22f79952a 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -68,7 +68,7 @@ class PageController extends Controller {
public function index() {
$status = $this->statusService->getStatus();
$response = new TemplateResponse($this->appName, 'index', [
- 'cronWarning' => $status['warnings']['improperlyConfiguredCron'],
+ 'warnings' => $status['warnings'],
'url_generator' => $this->urlGenerator
]);