fix: fix all constructors
This commit is contained in:
parent
c5e2b30a11
commit
9e12cf9036
166 changed files with 166 additions and 166 deletions
scripts/lib
|
@ -11,7 +11,7 @@ class tick_manager {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
function tick_manager($debug) {
|
||||
function __construct($debug) {
|
||||
$this->debug = $debug;
|
||||
if (!$this->debug) {
|
||||
// Forks to the background
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue