Remove system.no_auto_update personal config key and assume default value of true

- By popular request, the behavior with false was too perturbating
This commit is contained in:
Hypolite Petovan 2023-01-05 10:27:03 -05:00
parent dfcfae6bcc
commit 3b9bf4d70d
7 changed files with 40 additions and 44 deletions

View file

@ -58,7 +58,7 @@ class Profile extends BaseModule
$o = '';
if (empty($request['force']) && DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'no_auto_update')) {
if (empty($request['force'])) {
System::htmlUpdateExit($o);
}