Shlee преди 5 години
родител
ревизия
a5117fcfa3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
app/Console/Commands/Installer.php

@@ -97,6 +97,7 @@ class Installer extends Command
             if(extension_loaded($ext) == false) {
             if(extension_loaded($ext) == false) {
                 $this->error("- {$ext} extension not found, aborting installation");
                 $this->error("- {$ext} extension not found, aborting installation");
                 exit;
                 exit;
+            } else {
             }
             }
         }
         }
         $this->info("- Required PHP extensions found!");
         $this->info("- Required PHP extensions found!");