VirtualPage call init on target controller

This commit is contained in:
Stan Hutcheon 2014-09-16 09:40:29 +01:00 committed by Will Rossiter
parent e99554fc17
commit e2d85b2f88

View File

@ -517,6 +517,7 @@ class VirtualPage_Controller extends Page_Controller {
} }
} }
parent::init(); parent::init();
$this->__call('init', array());
} }
public function loadcontentall() { public function loadcontentall() {