diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 856997090..3335b0a80 100755 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -2640,7 +2640,7 @@ class G $filter = new InputFilter(); $file = $filter->xssFilterHard($file, "path"); - $f = move_uploaded_file( $file, $path . "/" . $nameToSave ); + move_uploaded_file( $file, $path . "/" . $nameToSave ); @chmod( $path . "/" . $nameToSave, $permission ); umask( $oldumask );