summaryrefslogtreecommitdiff
path: root/actions/avatarsettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/avatarsettings.php')
-rw-r--r--actions/avatarsettings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php
index a0be5d8f8..7dd53f6eb 100644
--- a/actions/avatarsettings.php
+++ b/actions/avatarsettings.php
@@ -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);