]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/noticesearch.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / noticesearch.php
index 782c8fe98dd63d40225a1fec47175905e118daf3..b36fc8ad200aa1f5b80bb27abdeeb1c27c66468b 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/searchaction.php');
 
 # XXX common parent for people and content search?
 
-class NoticesearchAction extends SearchAction {
+class NoticesearchAction extends SearchAction
+{
 
     function get_instructions()
     {