]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
- OStatusPlugin should return true if it doesn't need to handle source
authorZach Copley <zach@status.net>
Thu, 6 May 2010 19:52:25 +0000 (19:52 +0000)
committerZach Copley <zach@status.net>
Tue, 18 May 2010 22:16:03 +0000 (15:16 -0700)
attribution
- Remove stray break statement from NoticeList

lib/noticelist.php
plugins/OStatus/OStatusPlugin.php

index e0d8bf560c86eebfe4bb64d022dee4a495c2428a..d22010335a2da6f6c37e9950e713296f7827d44c 100644 (file)
@@ -522,7 +522,6 @@ class NoticeListItem extends Widget
                 } else {
                     $this->out->element('span', 'device', $name);
                 }
-                break;
             }
             $this->out->elementEnd('span');
         }
index 5167842ca94719d2f9221cecd34ac8cf77c849de..5b153216ef0c09c7f09939bb577ef25a8c0a67b2 100644 (file)
@@ -452,6 +452,7 @@ class OStatusPlugin extends Plugin
                 return false;
             }
         }
+       return true;
     }
 
     /**