mirror of https://github.com/pixelfed/pixelfed.git
Update Installer.php
This commit is contained in:
parent
ed2d4a9b34
commit
563b7af500
|
@ -148,9 +148,9 @@ class Installer extends Command
|
|||
|
||||
foreach ($extensions as $ext) {
|
||||
if (extension_loaded($ext) == false) {
|
||||
$this->error("- \"{$ext}\" PHP extension not found");
|
||||
$this->error("- \"{$ext}\" not found");
|
||||
} else {
|
||||
$this->info("- \"{$ext}\" PHP extension found");
|
||||
$this->info("- \"{$ext}\" found");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue