initialize $result
This commit is contained in:
parent
f45b268b93
commit
7bfbfe6562
|
@ -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 New Issue