diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 14:10:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 14:10:17 -0400 |
commit | 8ae0b4a132d2dd52825da90b1363988946eface6 (patch) | |
tree | 8629e9d8bf8b8d2f6a67c51321a313cc4ad10506 /classes | |
parent | 8d53a7d463e3cc21f1db6b0b8df31d3b51cbd820 (diff) |
sync function names
darcs-hash:20080928181017-5ed1f-0a55e69f2b3c12fa182954855c1f5a5f25812d1b.gz
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Notice_tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index 0f4c2f0d5..aeaf54683 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 ' . |