]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
missing argument
authorEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 17:13:53 +0000 (12:13 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 17:13:53 +0000 (12:13 -0500)
darcs-hash:20081211171353-84dde-31b2858e361f62e13ca8ca8784b1aac4209ef04c.gz

classes/Notice.php

index b55cbf47b7c9e57f2051853ba53b4639f093ddaf..4eb60c787f585032415fb424322496c373bd4b32 100644 (file)
@@ -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