From: Evan Prodromou Date: Thu, 28 Aug 2008 00:26:10 +0000 (-0400) Subject: don't clear claims immediately X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9cdb33ac0e79ce386dc7ab822755c5ef7080f3be;p=quix0rs-gnu-social.git don't clear claims immediately darcs-hash:20080828002610-84dde-d9cb46cb08ac50b8efbdf5683baeb2de168fc4b1.gz --- diff --git a/lib/queuehandler.php b/lib/queuehandler.php index f12b880b1f..747e7b4930 100644 --- a/lib/queuehandler.php +++ b/lib/queuehandler.php @@ -56,7 +56,6 @@ class QueueHandler { } function handle_queue() { - $this->clear_old_claims(); $this->log(LOG_INFO, 'checking for queued notices'); $cnt = 0; $transport = $this->transport();