Revision: 21218
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21218
Author:   Caeies
Date:     2010-06-02 09:21:59 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
Fixing CVE-2010-0404, update the CHANGELOG, prepare the already done 16.016 
release

Modified Paths:
--------------
    modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php

Modified: 
modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php
===================================================================
--- modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php     
2010-06-02 09:21:48 UTC (rev 21217)
+++ modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php     
2010-06-02 09:21:59 UTC (rev 21218)
@@ -25,7 +25,7 @@
 
                function index()
                {
-                       $acl_app        = 
get_var('acl_app',array('POST','GET'));
+                       $acl_app        = 
reg_var('acl_app',array('POST','GET'), 'string', False, False);
                        $start          = get_var('start',array('POST','GET'));
                        $query          = get_var('query',array('POST','GET'));
                        $s_groups       = 
get_var('s_groups',array('POST','GET'));


_______________________________________________
phpGroupWare-cvs mailing list
phpGroupWare-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to