We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0047b9 commit 1dfb757Copy full SHA for 1dfb757
apps/files_trashbin/index.php
@@ -21,8 +21,7 @@
21
$result = array();
22
if ($dir) {
23
$dirlisting = true;
24
- $fullpath = \OCP\Config::getSystemValue('datadirectory').$view->getAbsolutePath($dir);
25
- $dirContent = opendir($fullpath);
+ $dirContent = $view->opendir($dir);
26
$i = 0;
27
while($entryName = readdir($dirContent)) {
28
if ( $entryName != '.' && $entryName != '..' ) {
0 commit comments