summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-28 09:28:46 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-28 09:28:46 -0400
commitbabac77652bda1dd6197550a0e2805feefec4870 (patch)
tree4bdef83deeaebd052e834cc0b418d1e33ceae0fa /classes/Notice.php
parentd3d5942ae386aa50364d4725be95d93e9cc25472 (diff)
lost paren in Notice
darcs-hash:20080928132846-5ed1f-cb542b90cdebcb2af95e6e225c3da157a5526741.gz
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 78ebc6aa5..4a484146a 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -301,6 +301,5 @@ class Notice extends Memcached_DataObject
return Notice::getStream($qry,
'public',
$offset, $limit);
-);
}
}