33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-12-25 03:36:00 +00:00

fixing reported bug by Alain Rivest - max execution level reached - on linux machines

This commit is contained in:
Daniel Dimitrov 2012-06-28 08:57:05 +02:00
parent 1bf912de15
commit 0871349cbb

View File

@ -122,7 +122,7 @@ class jedcheckerControllerUploads extends JController
$this->unzipAll($unzip); $this->unzipAll($unzip);
} }
} }
} else { } else if (!$iterator->isDot()) {
$this->unzipAll($file->getPathname()); $this->unzipAll($file->getPathname());
} }