Changed init() visibility to protected

This commit is contained in:
Colin Tucker 2017-01-22 09:34:57 +11:00
parent 322a94e2c4
commit 0cbee4b0c2

View File

@ -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.