]> git.mxchange.org Git - friendica.git/commitdiff
dbclean.php mustn't be stopped via "killme"
authorMichael <heluecht@pirati.ca>
Wed, 26 Oct 2016 05:57:11 +0000 (05:57 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 26 Oct 2016 05:57:11 +0000 (05:57 +0000)
include/dbclean.php

index 5b80b084a3adf8e8dd9b05ad8fb0c772d3916ef4..f69489109c7da25a0fa045289fc04f64dc7112fa 100644 (file)
@@ -27,7 +27,6 @@ function dbclean_run(&$argv, &$argc) {
                $stage = 0;
        }
        remove_orphans($stage);
-       killme();
 }
 
 /**