fix var name
This commit is contained in:
parent
0cf50d63bf
commit
93b2ada6f6
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Storage {
|
|||
|
||||
// if the file already exists than it was a upload of a existing file
|
||||
// over the web interface -> store() is the right function we need here
|
||||
if ($files_view->file_exists($newpath)) {
|
||||
if ($files_view->file_exists($new_path)) {
|
||||
return self::store($newpath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue