Skip to content
Snippets Groups Projects
Commit 93b2ada6 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix var name

parent 0cf50d63
Branches
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ class Storage { ...@@ -164,7 +164,7 @@ class Storage {
// if the file already exists than it was a upload of a existing file // 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 // 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); return self::store($newpath);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment