enqueue notices for offline broadcast

darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
This commit is contained in:
Evan Prodromou
2008-07-04 01:04:25 -04:00
parent 784299c257
commit 73a0271960
5 changed files with 130 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ class XMPPDaemon {
break;
}
}
# Flush DB_DataObject cache so we get fresh info
$GLOBALS['_DB_DATAOBJECT']['CACHE'] = array();
}
}