--- imagepicker.import.inc.org	2009-09-27 00:03:49.000000000 +0100
+++ imagepicker.import.inc	2009-12-05 13:55:01.000000000 +0000
@@ -238,7 +238,7 @@
       $file = $filename;
 
       // copy original
-      if (file_copy(&$source, $options['origdir'], FILE_EXISTS_RENAME)) {
+      if (file_copy($source, $options['origdir'], FILE_EXISTS_RENAME)) {
         $file = basename($source);
         $orig = $options['origdir'] . $file;
         $scaleto = ($form_state['values']['scale'] !="" ? $form_state['values']['scale'] : FALSE );
@@ -247,7 +247,7 @@
         }
         else {
           // no scaling, save direct from $origdir to $destdir
-          file_copy(&$source, $options['destdir'] , FILE_EXISTS_RENAME);
+          file_copy($source, $options['destdir'] , FILE_EXISTS_RENAME);
           $file = basename($source);
         }
         // if watermark is enabled just apply to destdir image, not orig or the thumbs
