summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/Notice_tag.php2
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 ' .