From: Evan Prodromou Date: Thu, 11 Dec 2008 17:13:53 +0000 (-0500) Subject: missing argument X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f70d496c9a01da59bcfa5950416f20ccd5bba8e;p=quix0rs-gnu-social.git missing argument darcs-hash:20081211171353-84dde-31b2858e361f62e13ca8ca8784b1aac4209ef04c.gz --- diff --git a/classes/Notice.php b/classes/Notice.php index b55cbf47b7..4eb60c787f 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