From: Evan Prodromou Date: Sun, 28 Sep 2008 18:10:17 +0000 (-0400) Subject: sync function names X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ae0b4a132d2dd52825da90b1363988946eface6;p=quix0rs-gnu-social.git sync function names darcs-hash:20080928181017-5ed1f-0a55e69f2b3c12fa182954855c1f5a5f25812d1b.gz --- diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index 0f4c2f0d5c..aeaf54683a 100644 --- a/classes/Notice_tag.php +++ b/classes/Notice_tag.php @@ -35,7 +35,7 @@ class Notice_tag extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - static function noticeStream($tag, $offset=0, $limit=20) { + static function getStream($tag, $offset=0, $limit=20) { $qry = 'SELECT notice.* ' . 'FROM notice JOIN notice_tag ON notice.id = notice_tag.notice_id ' .