mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-24 19:30:24 +00:00
fixing reported bug by Alain Rivest - max execution level reached - on linux machines
This commit is contained in:
parent
1bf912de15
commit
0871349cbb
@ -122,7 +122,7 @@ class jedcheckerControllerUploads extends JController
|
||||
$this->unzipAll($unzip);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if (!$iterator->isDot()) {
|
||||
$this->unzipAll($file->getPathname());
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user