don't use old inarow variable
darcs-hash:20080705183955-84dde-50b515e9a3188919dff7b4f5ab7111d2a8e4d288.gz
This commit is contained in:
parent
ec76d448de
commit
17f9601572
@ -286,7 +286,7 @@ class XMPPDaemon {
|
|||||||
do {
|
do {
|
||||||
$qi = $this->top_queue_item();
|
$qi = $this->top_queue_item();
|
||||||
if ($qi) {
|
if ($qi) {
|
||||||
$this->log(LOG_INFO, 'Got queue item #'.$in_a_row.' enqueued '.common_exact_date($qi->created));
|
$this->log(LOG_INFO, 'Got item enqueued '.common_exact_date($qi->created));
|
||||||
$notice = Notice::staticGet($qi->notice_id);
|
$notice = Notice::staticGet($qi->notice_id);
|
||||||
if ($notice) {
|
if ($notice) {
|
||||||
$this->log(LOG_INFO, 'broadcasting notice ID = ' . $notice->id);
|
$this->log(LOG_INFO, 'broadcasting notice ID = ' . $notice->id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user