From e7737284cdd0e8dba0ced26c4778dd31a2fae50d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 10 Sep 2011 01:42:28 +0200 Subject: [PATCH] Bugfix. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auth.php b/modules/auth.php index 21f85bf..0d03dbf 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -160,7 +160,7 @@ class AuthModule extends PLModule } if (Get::has('group')) { - $req_group_id = XDB::fetchOneCell('SELECT asso_id + $req_group_id = XDB::fetchOneCell('SELECT id FROM groups WHERE diminutif = {?}', Get::s('group')); -- 2.1.4