summaryrefslogtreecommitdiffstats
path: root/frontends/php/authentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/authentication.php')
-rw-r--r--frontends/php/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/authentication.php b/frontends/php/authentication.php
index 561c83b8..86951128 100644
--- a/frontends/php/authentication.php
+++ b/frontends/php/authentication.php
@@ -152,7 +152,7 @@ include_once('include/page_header.php');
$result=update_config($config);
}
else{
- info('Exists ['.$res['usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.');
+ info('Exists ['.$res['cnt_usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.');
$result=false;
}