|
From: Benjamin C. <bc...@us...> - 2005-01-22 16:30:35
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2554 Modified Files: user.php Log Message: Fixes bug #1092270 - Changing the name of the User group breaks the personal options page Index: user.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/user.php,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- user.php 25 Oct 2004 12:06:58 -0000 1.29 +++ user.php 22 Jan 2005 16:30:26 -0000 1.30 @@ -132,7 +132,7 @@ $t->render('user.html', translate("User preferences")); } -$perm->check_group('User'); +$auth->force_auth(); if (isset($_GET['op'])) { switch ($_GET['op']) { |