summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-23 10:08:51 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-04-23 10:08:51 +0000
commit290ae7888c4d8dbcb703920960b10bca635563ed (patch)
tree5f58341dc13ae86c91930c13282aceaba6d05bd2 /scripts
parent7c383dc1d46cae8abc6d1e5c7eb93ad7cdd91f63 (diff)
blow subs cache after updating inboxes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/inboxqueuehandler.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/inboxqueuehandler.php b/scripts/inboxqueuehandler.php
index c76b80389..73d31e854 100755
--- a/scripts/inboxqueuehandler.php
+++ b/scripts/inboxqueuehandler.php
@@ -49,6 +49,7 @@ class InboxQueueHandler extends QueueHandler
{
$this->log(LOG_INFO, "Distributing notice to inboxes for $notice->id");
$notice->addToInboxes();
+ $notice->blowSubsCache();
return true;
}