From fc094e0cf432c223676755f14f54d3a2f559c25e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 6 Feb 2009 03:54:51 -0500 Subject: fix formatting of new Avatar:: calls --- actions/grouplogo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actions/grouplogo.php') 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); -- cgit v1.2.3-54-g00ecf