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

initialize $result

parent f45b268b
Branches
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment