summaryrefslogtreecommitdiff
path: root/lib/attachmentnoticesection.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-09-30 11:31:29 -0700
committerBrion Vibber <brion@pobox.com>2010-09-30 11:31:29 -0700
commit20f2167425fcbdca3281960297a0a006f4efbddf (patch)
tree22eae18225dbcef59592b411ffb8bbd5b3e253ed /lib/attachmentnoticesection.php
parent1acc7d66c63e0b9f794791e3a2e2b0f60bc2ebb1 (diff)
parent49611af76de5fca165edd79acefa09851706f8cd (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline into feedfix
Diffstat (limited to 'lib/attachmentnoticesection.php')
-rw-r--r--lib/attachmentnoticesection.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/attachmentnoticesection.php b/lib/attachmentnoticesection.php
index 53a3b63c1..25e64adf9 100644
--- a/lib/attachmentnoticesection.php
+++ b/lib/attachmentnoticesection.php
@@ -42,7 +42,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
-
class AttachmentNoticeSection extends NoticeSection
{
function showContent() {
@@ -59,7 +58,7 @@ class AttachmentNoticeSection extends NoticeSection
$notice->orderBy('created desc');
$notice->selectAdd('post_id as id');
$notice->find();
- return $notice;
+ return $notice;
}
function title()
@@ -73,4 +72,3 @@ class AttachmentNoticeSection extends NoticeSection
return 'popular_notices';
}
}
-