New default value for AjaxAction->data, new tests
This commit is contained in:
@ -18,7 +18,7 @@ abstract class AjaxAction extends Action
|
||||
* Data to output
|
||||
* @var mixed
|
||||
*/
|
||||
public $data = 1;
|
||||
public $data = false;
|
||||
|
||||
/**
|
||||
* Use json_encode
|
||||
|
Reference in New Issue
Block a user