]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost paren in Notice
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 13:28:46 +0000 (09:28 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 13:28:46 +0000 (09:28 -0400)
darcs-hash:20080928132846-5ed1f-cb542b90cdebcb2af95e6e225c3da157a5526741.gz

classes/Notice.php

index 78ebc6aa57894b48b4cab3deebb16fce605efe6a..4a484146ad6c323b1d3df7046abda6b81a42d4cc 100644 (file)
@@ -301,6 +301,5 @@ class Notice extends Memcached_DataObject
                return Notice::getStream($qry,
                                                                 'public',
                                                                 $offset, $limit);
-);
        }
 }