Explicitly declare this class variable
This commit is contained in:
parent
bcd3f991de
commit
1e15c5e47a
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||||
|
|
Reference in a new issue