summaryrefslogtreecommitdiff
path: root/inc/auth
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth')
-rw-r--r--inc/auth/plain.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/plain.class.php b/inc/auth/plain.class.php
index 3983a7d44..96649e3c4 100644
--- a/inc/auth/plain.class.php
+++ b/inc/auth/plain.class.php
@@ -261,7 +261,7 @@ class auth_plain extends auth_basic {
/**
* Only valid pageid's (no namespaces) for groupnames
*/
- function cleanGroup($user){
+ function cleanGroup($group){
global $conf;
return cleanID(str_replace(':',$conf['sepchar'],$group));
}