mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
initialize $result
This commit is contained in:
parent
f45b268b93
commit
7bfbfe6562
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ OCP\Util::addScript('files', 'filelist');
|
|||
|
||||
$dir = isset($_GET['dir']) ? stripslashes($_GET['dir']) : '';
|
||||
|
||||
$result = array();
|
||||
if ($dir) {
|
||||
$dirlisting = true;
|
||||
$view = new \OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin');
|
||||
|
|
|
|||
Loading…
Reference in a new issue