diff options
author | Zach Copley <zach@status.net> | 2010-05-06 19:52:25 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-18 15:16:03 -0700 |
commit | 6187266205a55db0298e02df7d6996a735d42eba (patch) | |
tree | ef79d00f7e8c3a61b59a5a2805663faba793464c /lib | |
parent | 0dfef88cacde19cf0afaefbd422a7f5230091064 (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.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index e0d8bf560..d22010335 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -522,7 +522,6 @@ class NoticeListItem extends Widget } else { $this->out->element('span', 'device', $name); } - break; } $this->out->elementEnd('span'); } |