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 {
|
||||
|
||||
public $reqType;
|
||||
public $updates;
|
||||
|
||||
function AjaxCall($log = null) {
|
||||
header('Content-type: application/json');
|
||||
|
|
Reference in a new issue