mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
VirtualPage call init on target controller
This commit is contained in:
parent
e99554fc17
commit
e2d85b2f88
@ -517,6 +517,7 @@ class VirtualPage_Controller extends Page_Controller {
|
||||
}
|
||||
}
|
||||
parent::init();
|
||||
$this->__call('init', array());
|
||||
}
|
||||
|
||||
public function loadcontentall() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user