Florian Schaal
2015-02-17 5a990b1da97156f1b73c79db80725f6574883f33
interface/web/admin/users_edit.php
@@ -70,7 +70,7 @@
      global $app, $conf;
      if($conf['demo_mode'] == true && $_REQUEST['id'] <= 3) $app->error('This function is disabled in demo mode.');
      //* Security settings check
      if(isset($this->dataRecord['typ']) && $this->dataRecord['typ'][0] == 'admin') {
         $app->auth->check_security_permissions('admin_allow_new_admin');