From 4646b5843386d140d6c6796a19081a59e02c0b17 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 15 Nov 2009 13:39:54 +0100 Subject: fixed copypasta in plain::cleanGroup Ignore-this: 7a9e8fe59a2d054a6b706db773fd9e1d darcs-hash:20091115123954-7ad00-4d22dbec1a425bcc5370b62fc6d4586beec04161.gz --- inc/auth/plain.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/auth') 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)); } -- cgit v1.2.3