Index: imagecache_profiles.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache_profiles/imagecache_profiles.module,v
retrieving revision 1.21
diff -u -p -r1.21 imagecache_profiles.module
--- imagecache_profiles.module	24 Dec 2010 13:26:30 -0000	1.21
+++ imagecache_profiles.module	20 Feb 2011 22:48:31 -0000
@@ -126,7 +126,7 @@ function imagecache_profiles_form_user_a
 /**
  * Implements hook_file_validate().
  */
-function imagecache_profiles_file_validate(&$file) {
+function imagecache_profiles_file_validate($file) {
   if ($file->source == 'picture_upload') {
     $width = variable_get('user_picture_imagecache_profiles_min_width', 0);
     $height = variable_get('user_picture_imagecache_profiles_min_height', 0);

