From 8ae0b4a132d2dd52825da90b1363988946eface6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 28 Sep 2008 14:10:17 -0400 Subject: [PATCH] sync function names darcs-hash:20080928181017-5ed1f-0a55e69f2b3c12fa182954855c1f5a5f25812d1b.gz --- classes/Notice_tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' .