Florian Schaal
2015-01-08 6547f463a75278cfb83d5ee860e8f53b931ee84d
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');