initialize $result

remotes/origin/stable5
Björn Schießle 13 years ago
parent f45b268b93
commit 7bfbfe6562
  1. 1
      apps/files_trashbin/index.php

@ -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…
Cancel
Save