[*] 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
This commit is contained in:
lLefevre
2012-04-16 13:24:28 +00:00
parent 4e61be6b9e
commit 5c6e33b72a
+1 -1
View File
@@ -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 = '';