From: Zach Copley Date: Thu, 6 May 2010 19:52:25 +0000 (+0000) Subject: - OStatusPlugin should return true if it doesn't need to handle source X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce177400f876a1e48f38ef18635d5ecf486a6867;p=quix0rs-gnu-social.git - OStatusPlugin should return true if it doesn't need to handle source attribution - Remove stray break statement from NoticeList --- diff --git a/lib/noticelist.php b/lib/noticelist.php index c42e4fb600..c7dc9d29d9 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'); } diff --git a/plugins/OStatus/OStatusPlugin.php b/plugins/OStatus/OStatusPlugin.php index f183bc7aea..d3a92755cc 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -452,6 +452,7 @@ class OStatusPlugin extends Plugin return false; } } + return true; } /**