]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/grouplogo.php
fix formatting of new Avatar:: calls
[quix0rs-gnu-social.git] / actions / grouplogo.php
index 650c9525567ddcd7aec89c84c3da984612b6333c..499db4ae8d7da865da7c5aaf037b147bbb3cab17 100644 (file)
@@ -344,9 +344,9 @@ class GrouplogoAction extends Action
         }
 
         $filename = Avatar::filename($this->group->id,
-                                           image_type_to_extension($imagefile->type),
-                                           null,
-                                           'group-temp-'.common_timestamp());
+                                     image_type_to_extension($imagefile->type),
+                                     null,
+                                     'group-temp-'.common_timestamp());
 
         $filepath = Avatar::path($filename);