mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Class property initialization flaws.
(cherry picked from commit cf5285f
)
This commit is contained in:
parent
5d6039d1c5
commit
335195365f
19 changed files with 36 additions and 36 deletions
2
ajax.php
2
ajax.php
|
@ -129,7 +129,7 @@ class ajax_common
|
|||
'index_data' => array('guest'),
|
||||
);
|
||||
|
||||
public $action = null;
|
||||
public $action;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue