fix formatting of new Avatar:: calls

This commit is contained in:
Evan Prodromou 2009-02-06 03:54:51 -05:00
parent 343cd6f205
commit fc094e0cf4
2 changed files with 6 additions and 6 deletions

View File

@ -282,9 +282,9 @@ class AvatarsettingsAction extends AccountSettingsAction
$cur = common_current_user(); $cur = common_current_user();
$filename = Avatar::filename($cur->id, $filename = Avatar::filename($cur->id,
image_type_to_extension($imagefile->type), image_type_to_extension($imagefile->type),
null, null,
'tmp'.common_timestamp()); 'tmp'.common_timestamp());
$filepath = Avatar::path($filename); $filepath = Avatar::path($filename);

View File

@ -344,9 +344,9 @@ class GrouplogoAction extends Action
} }
$filename = Avatar::filename($this->group->id, $filename = Avatar::filename($this->group->id,
image_type_to_extension($imagefile->type), image_type_to_extension($imagefile->type),
null, null,
'group-temp-'.common_timestamp()); 'group-temp-'.common_timestamp());
$filepath = Avatar::path($filename); $filepath = Avatar::path($filename);