Fix issue 740.

This commit is contained in:
Thomas Keller
2011-11-05 14:46:31 +01:00
parent cf684c1514
commit 884f50155c
2 changed files with 3 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class IDF_Form_ProjectConf extends Pluf_Form
'move_function_params' =>
array('upload_path' => $upload_path,
'upload_path_create' => true,
'upload_overwrite' => true,
'file_name' => $filename,
)
));