]> git.mxchange.org Git - friendica.git/commitdiff
Fix keyValue() call at daemon.php
authorPhilipp <admin@philipp.info>
Tue, 3 Jan 2023 22:58:33 +0000 (23:58 +0100)
committerPhilipp <admin@philipp.info>
Tue, 3 Jan 2023 23:25:16 +0000 (00:25 +0100)
bin/daemon.php

index f9ed693f38fe277fd0601d176e3944a03d9c4f1c..577e884ebf333dba3d00fd707f6ff300f052e3e9 100755 (executable)
@@ -126,7 +126,7 @@ if ($mode == 'status') {
 
        unlink($pidfile);
 
-       DI::config()->set('system', 'worker_daemon_mode', false);
+       DI::keyValue()->set('worker_daemon_mode', false);
        die("Daemon process $pid isn't running.\n");
 }