close file handler after readdir()

remotes/origin/stable5
Björn Schießle 12 years ago
parent 96ae110a2c
commit 37352bba96
  1. 2
      apps/files_trashbin/index.php

@ -37,7 +37,7 @@ if ($dir) {
);
}
}
closedir($fullpath);
closedir($dirContent);
} else {
$dirlisting = false;

Loading…
Cancel
Save