forked from GNUsocial/gnu-social
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
commit
fba840ed56
@ -99,8 +99,8 @@ class DBQueueManager extends QueueManager
|
|||||||
$this->_fail($notice, $queue);
|
$this->_fail($notice, $queue);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$this->_log(LOG_INFO, "[$queue:notice $notice->id] No handler for queue $queue");
|
$this->_log(LOG_INFO, "[$queue:notice $notice->id] No handler for queue $queue; discarding.");
|
||||||
$this->_fail($notice, $queue);
|
$this->_done($notice, $queue);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user