]> git.mxchange.org Git - friendica.git/commitdiff
Removed commented out line
authorMichael <heluecht@pirati.ca>
Thu, 8 Jun 2017 20:53:21 +0000 (20:53 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 8 Jun 2017 20:53:21 +0000 (20:53 +0000)
include/poller.php

index 1588cecf208a281417383b1829a221ad5b216a08..a1266d62c91bce67e755fd6bee9ddc00923eded6 100644 (file)
@@ -666,7 +666,6 @@ function poller_claim_process($queue) {
 
        $success = dba::update('workerqueue', array('executed' => datetime_convert(), 'pid' => $mypid),
                        array('id' => $queue["id"], 'pid' => 0));
-       //dba::unlock();
 
        if (!$success) {
                logger("Couldn't update queue entry ".$queue["id"]." - skip this execution", LOGGER_DEBUG);