From: <gem...@li...> - 2012-04-26 09:10:41
|
Revision: 637 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=637&view=rev Author: matijsdejong Date: 2012-04-26 09:10:32 +0000 (Thu, 26 Apr 2012) Log Message: ----------- Fixes for attack pattern identified by Michiel Modified Paths: -------------- trunk/library/classes/Gems/User/Organization.php Modified: trunk/library/classes/Gems/User/Organization.php =================================================================== --- trunk/library/classes/Gems/User/Organization.php 2012-04-26 09:07:54 UTC (rev 636) +++ trunk/library/classes/Gems/User/Organization.php 2012-04-26 09:10:32 UTC (rev 637) @@ -314,6 +314,7 @@ } } else { $data = $this->_noOrganization; + $data['gor_id_organization'] = $id; } return $data; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |