summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
diff options
context:
space:
mode:
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();
}
}