mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Changed init() visibility to protected
This commit is contained in:
parent
322a94e2c4
commit
0cbee4b0c2
@ -22,7 +22,7 @@ class PageController extends ContentController
|
||||
private static $allowed_actions = array(
|
||||
);
|
||||
|
||||
public function init()
|
||||
protected function init()
|
||||
{
|
||||
parent::init();
|
||||
// You can include any CSS or JS required by your project here.
|
||||
|
Loading…
Reference in New Issue
Block a user