X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fqueue.php;h=3c28cefaf279bb76c8244f81ff7a6ed8cc4da1e0;hb=660bd39efad52b1c69bd8dd0ca27141b81f84ca5;hp=bc3cc258cc8c0ce04f56b038ebc1deb8161ee242;hpb=f58104e357fe55bd298773eef23fb9e2ac04abf4;p=friendica.git diff --git a/include/queue.php b/include/queue.php index bc3cc258cc..3c28cefaf2 100644 --- a/include/queue.php +++ b/include/queue.php @@ -84,7 +84,7 @@ function queue_run(&$argv, &$argc){ load_config('config'); load_config('system'); - $lockpath = get_config('system','lockpath'); + $lockpath = get_lockpath(); if ($lockpath != '') { $pidfile = new pidfile($lockpath, 'queue'); if($pidfile->is_already_running()) {