From 7b10f2df595c3cdc95ae79c3fe112b33a606d34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Litou?= Date: Sun, 28 Dec 2014 10:51:01 +0100 Subject: [PATCH] Oups --- app/Plugin/Admin/Controller/AdminAppController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Plugin/Admin/Controller/AdminAppController.php b/app/Plugin/Admin/Controller/AdminAppController.php index d42f6d0..7539c90 100644 --- a/app/Plugin/Admin/Controller/AdminAppController.php +++ b/app/Plugin/Admin/Controller/AdminAppController.php @@ -29,7 +29,7 @@ public function beforeFilter() { $this->redirect('/admin'); } - // $this->checkUpdate(); + $this->checkUpdate(); $this->set('title_for_layout', __('MushRaider Admin')); }