This commit is contained in:
Sam Georges 2014-07-07 18:39:56 +10:00
parent fdac3416e1
commit bab2f5c61c
1 changed files with 1 additions and 1 deletions

View File

@ -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);