sync
[pear] / HTTP / Upload.php
index 2737d39..d2e77de 100644 (file)
@@ -335,7 +335,7 @@ class HTTP_Upload extends HTTP_Upload_Error
             if (PEAR::isError($files)) {\r
                 // there was an error with the form.\r
                 // Create a faked upload embedding the error\r
-                $this->files['_error'] =  &new HTTP_Upload_File(\r
+                $this->files['_error'] =  new HTTP_Upload_File(\r
                                                        '_error', null,\r
                                                        null, null,\r
                                                        null, $files->getCode(),\r
@@ -853,4 +853,4 @@ class HTTP_Upload_File extends HTTP_Upload_Error
         return true;\r
     }\r
 }\r
-?>
\ No newline at end of file
+?>