From 5c6e33b72a47b0651c8ea68b2bf4923974e8d217 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 16 Apr 2012 13:24:28 +0000 Subject: [PATCH] [*] BO : #PSFV-832 : change the type of the property "ajax" git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14655 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '';