summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/file.php')
-rw-r--r--application/controllers/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php
index f9c576536..18e570b20 100644
--- a/application/controllers/file.php
+++ b/application/controllers/file.php
@@ -674,7 +674,7 @@ class File extends CI_Controller {
$dh = opendir($upload_path."/".$dir);
$empty = true;
-
+
while (($file = readdir($dh)) !== false) {
if ($file == ".." || $file == ".") {
continue;