fix: fix all constructors

This commit is contained in:
Emmanuel BENOîT 2024-12-31 10:42:58 +01:00
parent c5e2b30a11
commit 9e12cf9036
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
166 changed files with 166 additions and 166 deletions
scripts/lib

View file

@ -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