1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update Installer.php

This commit is contained in:
Shlee 2020-02-16 19:33:57 +08:00 committed by GitHub
parent b16d2dbefb
commit a5117fcfa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!");