mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Installer.php
This commit is contained in:
parent
dcd7a35384
commit
d2e0b9ace1
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Installer extends Command
|
|||
if(extension_loaded($ext) == false) {
|
||||
$this->error("- \"{$ext}\" Optional PHP extension not found");
|
||||
} else {
|
||||
$this->info ("- \"{$dep}\" Optional PHP extension found");
|
||||
$this->info ("- \"{$ext}\" Optional PHP extension found");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue