diff --git a/core/upgrade/upgrade.php b/core/upgrade/upgrade.php index 8dec5de3aa..d1562ac28a 100644 --- a/core/upgrade/upgrade.php +++ b/core/upgrade/upgrade.php @@ -255,8 +255,8 @@ } } -//run all app_defaults.php files - if ($upgrade_type == 'defaults' or $upgrade_type == '-d' or $upgrade_type == '--default') { +//run all application defaults - more about looking missing not defaults, this not a factory reset + if ($upgrade_type == 'defaults' or $upgrade_type == '-d' or $upgrade_type == '--defaults') { //send a message to the console if ($display_type === 'text') { echo "[ Update ] Restore application defaults.\n";