initialize $result

This commit is contained in:
Björn Schießle 2013-02-19 12:24:51 +01:00
parent f45b268b93
commit 7bfbfe6562
1 changed files with 1 additions and 0 deletions

View File

@ -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');