mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
setup wizard funcionality upgrade for v2
This commit is contained in:
@@ -99,7 +99,7 @@ if (! function_exists('get_setup_status')) {
|
||||
{
|
||||
$setup_success = get_settings('setup_wizard_success');
|
||||
|
||||
return boolval($setup_success) ? 'setup-done' : 'setup-disclaimer';
|
||||
return boolval($setup_success) ? 'installation-done' : 'installation-needed';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user