diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 10:08:51 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 10:08:51 +0000 |
commit | 290ae7888c4d8dbcb703920960b10bca635563ed (patch) | |
tree | 5f58341dc13ae86c91930c13282aceaba6d05bd2 /scripts/inboxqueuehandler.php | |
parent | 7c383dc1d46cae8abc6d1e5c7eb93ad7cdd91f63 (diff) |
blow subs cache after updating inboxes
Diffstat (limited to 'scripts/inboxqueuehandler.php')
-rwxr-xr-x | scripts/inboxqueuehandler.php | 1 |
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; } |