diff --git a/classes/controller/Controller.php b/classes/controller/Controller.php index fe00fe88b..9aea99c59 100644 --- a/classes/controller/Controller.php +++ b/classes/controller/Controller.php @@ -68,7 +68,7 @@ abstract class ControllerCore /** * @var bool If ajax parameter is detected in request, set this flag to true */ - protected $ajax = false; + public $ajax = false; protected $json = false; protected $status = '';