Update upgrade.php changes apps to repos

This commit is contained in:
FusionPBX 2024-04-27 10:52:22 -06:00 committed by GitHub
parent aeee90d56e
commit 8a30f04125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
}
}
//check for upgrade menu option first
//check for the upgrade menu option first
if ($upgrade_type == 'menu') {
require __DIR__ . '/upgrade_menu.php';
exit();
@ -290,7 +290,7 @@
}
//upgrade optional apps
if ($upgrade_type == 'apps') {
if ($upgrade_type == 'repos') {
$app_list = git_find_repos($_SERVER["PROJECT_ROOT"]."/app");