diff --git a/core/upgrade/upgrade.php b/core/upgrade/upgrade.php index d82cdfb33..fa0cf2ac9 100644 --- a/core/upgrade/upgrade.php +++ b/core/upgrade/upgrade.php @@ -191,6 +191,10 @@ echo "\n"; } +//add missing services + $service = new services(); + $service->add_missing(); + //show the help menu if ($upgrade_type == 'help' or $upgrade_type == '-h' or $upgrade_type == '--help') {