summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_versions/lib/versions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php
index 8874fec6bd2..6d47b3038c6 100644
--- a/apps/files_versions/lib/versions.php
+++ b/apps/files_versions/lib/versions.php
@@ -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);
}