summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-05-06 19:52:25 +0000
committerZach Copley <zach@status.net>2010-05-06 21:48:12 +0000
commitce177400f876a1e48f38ef18635d5ecf486a6867 (patch)
treeff6c30665db5be2662faae5245cc88bf7d1f0f4b /lib
parent209fd12cd033c62619c68ac17a4fa70b1e981169 (diff)
- OStatusPlugin should return true if it doesn't need to handle source
attribution - Remove stray break statement from NoticeList
Diffstat (limited to 'lib')
-rw-r--r--lib/noticelist.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index c42e4fb60..c7dc9d29d 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -530,7 +530,6 @@ class NoticeListItem extends Widget
} else {
$this->out->element('span', 'device', $name);
}
- break;
}
$this->out->elementEnd('span');
}