Till Brehm
2014-08-14 1ed92e187ae2dfb51f5f2d62c290a85f93b6dc21
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');