diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 03:54:51 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 03:55:53 -0500 |
commit | fc094e0cf432c223676755f14f54d3a2f559c25e (patch) | |
tree | 1bdf90a997654bd09f6afb505d1558f683f24f01 /actions/grouplogo.php | |
parent | 343cd6f20577c44487eae4e90ec10bfd954980e3 (diff) |
fix formatting of new Avatar:: calls
Diffstat (limited to 'actions/grouplogo.php')
-rw-r--r-- | actions/grouplogo.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/grouplogo.php b/actions/grouplogo.php index 650c95255..499db4ae8 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -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); |