mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +00:00
Update Installer.php
This commit is contained in:
parent
ed2d4a9b34
commit
563b7af500
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ class Installer extends Command
|
||||||
|
|
||||||
foreach ($extensions as $ext) {
|
foreach ($extensions as $ext) {
|
||||||
if (extension_loaded($ext) == false) {
|
if (extension_loaded($ext) == false) {
|
||||||
$this->error("- \"{$ext}\" PHP extension not found");
|
$this->error("- \"{$ext}\" not found");
|
||||||
} else {
|
} else {
|
||||||
$this->info("- \"{$ext}\" PHP extension found");
|
$this->info("- \"{$ext}\" found");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue