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 c385adf commit 7dbf4c1Copy full SHA for 7dbf4c1
install/lib/installer_base.lib.php
@@ -2828,6 +2828,9 @@ protected function insert_db_credentials($tContents) {
2828
}
2829
2830
private function loadAddonClasses($path) {
2831
+ if(!is_dir($path)) {
2832
+ return false;
2833
+ }
2834
$libpath = $path;
2835
if(($dir = opendir($libpath))) {
2836
while(false !== ($cur = readdir($dir))) {
0 commit comments