]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/recoverpassword.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / recoverpassword.php
index a482d47110e571d64c539cd1e1ee309f9e836ce7..bb6ef81d602e4dc31a9b3242318716164d9fa6e6 100644 (file)
@@ -23,7 +23,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 define(MAX_RECOVERY_TIME, 24 * 60 * 60);
 
-class RecoverpasswordAction extends Action {
+class RecoverpasswordAction extends Action
+{
 
     function handle($args)
     {