]> 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>
Thu, 6 May 2010 21:48:12 +0000 (21:48 +0000)
attribution
- Remove stray break statement from NoticeList

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

index c42e4fb600273313595f6bfd565c39048a3ca956..c7dc9d29d912d9203bf6862fbfbd82bd15a4233b 100644 (file)
@@ -530,7 +530,6 @@ class NoticeListItem extends Widget
                 } else {
                     $this->out->element('span', 'device', $name);
                 }
-                break;
             }
             $this->out->elementEnd('span');
         }
index f183bc7aea81f15332f68bd4212756158d532ad5..d3a92755cc743548ca5b33c60babae5cf194f08d 100644 (file)
@@ -452,6 +452,7 @@ class OStatusPlugin extends Plugin
                 return false;
             }
         }
+       return true;
     }
 
     /**