]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
sync function names
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 18:10:17 +0000 (14:10 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 18:10:17 +0000 (14:10 -0400)
darcs-hash:20080928181017-5ed1f-0a55e69f2b3c12fa182954855c1f5a5f25812d1b.gz

classes/Notice_tag.php

index 0f4c2f0d5c54bb500fd2ac8ea0859847623eec28..aeaf54683a46b6a9aef88b503db970d9678ace05 100644 (file)
@@ -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 ' .