missing argument
darcs-hash:20081211171353-84dde-31b2858e361f62e13ca8ca8784b1aac4209ef04c.gz
This commit is contained in:
parent
35bc21d3bb
commit
0f70d496c9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user