summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-11 12:13:53 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-11 12:13:53 -0500
commit0f70d496c9a01da59bcfa5950416f20ccd5bba8e (patch)
tree61bd859890122b94e8087a6717f03e893a3f66f9 /classes/Notice.php
parent35bc21d3bb741f9b174db402b26c110f6ecdeeac (diff)
missing argument
darcs-hash:20081211171353-84dde-31b2858e361f62e13ca8ca8784b1aac4209ef04c.gz
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index b55cbf47b..4eb60c787 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -447,7 +447,7 @@ class Notice extends Memcached_DataObject
# Otherwise, get the full cache window out of the DB
- $notice = Notice::getStreamDirect($qry, 0, NOTICE_CACHE_WINDOW, NULL, NULL, $order);
+ $notice = Notice::getStreamDirect($qry, 0, NOTICE_CACHE_WINDOW, NULL, NULL, $order, NULL);
# If there are no hits, just return the value