summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-05-06 19:52:25 +0000
committerZach Copley <zach@status.net>2010-05-18 15:16:03 -0700
commit6187266205a55db0298e02df7d6996a735d42eba (patch)
treeef79d00f7e8c3a61b59a5a2805663faba793464c /lib/noticelist.php
parent0dfef88cacde19cf0afaefbd422a7f5230091064 (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.php1
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');
}