forked from mirror/pixelfed
Merge pull request #3449 from shleeable/patch-6
safefixes - Remove unwanted else from loop
This commit is contained in:
commit
a7f8c297b1
|
@ -97,7 +97,6 @@ class Installer extends Command
|
|||
if(extension_loaded($ext) == false) {
|
||||
$this->error("- {$ext} extension not found, aborting installation");
|
||||
exit;
|
||||
} else {
|
||||
}
|
||||
}
|
||||
$this->info("- Required PHP extensions found!");
|
||||
|
|
Loading…
Reference in New Issue