You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( ! EE::get_runner()->check_requirements( false ) ) {
498
+
EE::error( 'Unable to proceed with uninstallation. Seems there is a dependency down.', false );
499
+
die;
500
+
}
501
+
496
502
EE::confirm( "Are you sure you want to remove EasyEngine and all its sites(along with their data)?\nThis is an irreversible action. No backup will be kept.", $assoc_args );
0 commit comments