]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix formatting of new Avatar:: calls
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 6 Feb 2009 08:54:51 +0000 (03:54 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 6 Feb 2009 08:55:53 +0000 (03:55 -0500)
actions/avatarsettings.php
actions/grouplogo.php

index a0be5d8f8801b7a620177f8b80ba6b9a9c7cc0ef..7dd53f6eb5af40f4e959d4a79a28f6ef5f988808 100644 (file)
@@ -282,9 +282,9 @@ class AvatarsettingsAction extends AccountSettingsAction
         $cur = common_current_user();
 
         $filename = Avatar::filename($cur->id,
-                                           image_type_to_extension($imagefile->type),
-                                           null,
-                                           'tmp'.common_timestamp());
+                                     image_type_to_extension($imagefile->type),
+                                     null,
+                                     'tmp'.common_timestamp());
 
         $filepath = Avatar::path($filename);
 
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);