X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FJobQueueRedis.php;h=34aba8adc402339d8f9c53620035ee3909383227;hb=1785f7b24bb34b81b7d6045171421a51ca69ae3b;hp=7dad014e45151c70d81b961c59ddae28932f476e;hpb=228d796b1d6299ccd39418e85f40437292b47dd4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/JobQueueRedis.php b/includes/jobqueue/JobQueueRedis.php index 7dad014e45..34aba8adc4 100644 --- a/includes/jobqueue/JobQueueRedis.php +++ b/includes/jobqueue/JobQueueRedis.php @@ -502,7 +502,7 @@ LUA; $keys[] = $this->getQueueKey( $prop ); } - $ok = ( $conn->delete( $keys ) !== false ); + $ok = ( $conn->del( $keys ) !== false ); $conn->sRem( $this->getGlobalKey( 's-queuesWithJobs' ), $this->encodeQueueName() ); return $ok;