[*] BO : #PSFV-832 : change the type of the property "ajax"

This commit is contained in:
lLefevre
2012-04-16 13:24:28 +00:00
parent 0ca73a64e2
commit 72b8e2e12a
+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 = '';