From: Raphaël Barrois Date: Fri, 9 Sep 2011 23:42:28 +0000 (+0200) Subject: Bugfix. X-Git-Tag: xorg/1.1.4~55^2~16 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e7737284cdd0e8dba0ced26c4778dd31a2fae50d;p=platal.git Bugfix. Signed-off-by: Raphaël Barrois --- 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'));