- OStatusPlugin should return true if it doesn't need to handle source

attribution
- Remove stray break statement from NoticeList
This commit is contained in:
Zach Copley
2010-05-06 19:52:25 +00:00
parent 0dfef88cac
commit 6187266205
2 changed files with 1 additions and 1 deletions

View File

@@ -452,6 +452,7 @@ class OStatusPlugin extends Plugin
return false;
}
}
return true;
}
/**