diff options
author | Zach Copley <zach@status.net> | 2010-05-06 19:52:25 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-06 21:48:12 +0000 |
commit | ce177400f876a1e48f38ef18635d5ecf486a6867 (patch) | |
tree | ff6c30665db5be2662faae5245cc88bf7d1f0f4b /lib/noticelist.php | |
parent | 209fd12cd033c62619c68ac17a4fa70b1e981169 (diff) |
- OStatusPlugin should return true if it doesn't need to handle source
attribution
- Remove stray break statement from NoticeList
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 1 |
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'); } |