]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favor.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / favor.php
index 3ec4af0b5e0ff394fb19ceaccef4dfbfafd7e474..8103f8181b72a699bdaa36a0b3236bb212f65256 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/mail.php');
 
-class FavorAction extends Action {
+class FavorAction extends Action
+{
 
     function handle($args)
     {