summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-04 01:04:25 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-04 01:04:25 -0400
commit73a0271960a5e7e2bc6e040595d3071d7b689a99 (patch)
tree569be28a814427c5b0005e4b96ef536ba14ddc60 /xmppdaemon.php
parent784299c25778fccb3292b4f339446f37c11d2bf9 (diff)
enqueue notices for offline broadcast
darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
Diffstat (limited to 'xmppdaemon.php')
-rwxr-xr-xxmppdaemon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index afe248c8e..fc9d67d2e 100755
--- a/xmppdaemon.php
+++ b/xmppdaemon.php
@@ -85,6 +85,8 @@ class XMPPDaemon {
break;
}
}
+ # Flush DB_DataObject cache so we get fresh info
+ $GLOBALS['_DB_DATAOBJECT']['CACHE'] = array();
}
}