forked from mirror/pixelfed
Update Installer.php
This commit is contained in:
parent
b16d2dbefb
commit
a5117fcfa3
1 changed files with 1 additions and 0 deletions
|
@ -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!");
|
||||||
|
|
Loading…
Reference in a new issue