]> git.mxchange.org Git - friendica.git/blobdiff - include/queue.php
BBCode: Add a linefeed between a picture and the following text. This is important...
[friendica.git] / include / queue.php
index bc3cc258cc8c0ce04f56b038ebc1deb8161ee242..3c28cefaf279bb76c8244f81ff7a6ed8cc4da1e0 100644 (file)
@@ -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()) {