Explicitly declare this class variable

This commit is contained in:
jgen 2014-04-25 17:38:25 -04:00
parent bcd3f991de
commit 1e15c5e47a

View file

@ -2,6 +2,7 @@
class AjaxCall { class AjaxCall {
public $reqType; public $reqType;
public $updates;
function AjaxCall($log = null) { function AjaxCall($log = null) {
header('Content-type: application/json'); header('Content-type: application/json');