diff --git a/mysite/code/PageController.php b/mysite/code/PageController.php index fa4547d..9dd464f 100644 --- a/mysite/code/PageController.php +++ b/mysite/code/PageController.php @@ -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.