From bab2f5c61c6b300cf98b9ad8d1699a0d265d3c86 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Mon, 7 Jul 2014 18:39:56 +1000 Subject: [PATCH] Typo --- modules/cms/classes/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms/classes/Controller.php b/modules/cms/classes/Controller.php index 6cb80756c..cb8117fd3 100644 --- a/modules/cms/classes/Controller.php +++ b/modules/cms/classes/Controller.php @@ -178,7 +178,7 @@ class Controller extends BaseController * after components are initialized and before AJAX is handled. */ CmsException::mask($this->layout, 300); - $this->layoutObj->onInit() + $this->layoutObj->onInit(); CmsException::unmask(); CmsException::mask($this->page, 300);