mirror of
https://github.com/nextcloud/server.git
synced 2026-03-16 23:53:28 -04:00
fix incorectly merged versions.php
This commit is contained in:
parent
54240140b1
commit
3358bface5
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class Storage {
|
|||
|
||||
$i = 0;
|
||||
|
||||
$files_view = new \OC\Files\View('/' \OCP\User::getUser() . '/files');
|
||||
$files_view = new \OC\Files\View('/' . \OCP\User::getUser() . '/files');
|
||||
$local_file = $files_view->getLocalFile($filename);
|
||||
foreach( $matches as $ma ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue