From: <gem...@li...> - 2012-06-25 08:37:18
|
Revision: 783 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=783&view=rev Author: mennodekker Date: 2012-06-25 08:37:12 +0000 (Mon, 25 Jun 2012) Log Message: ----------- fixed a warning Modified Paths: -------------- trunk/library/classes/GemsEscort.php Modified: trunk/library/classes/GemsEscort.php =================================================================== --- trunk/library/classes/GemsEscort.php 2012-06-22 12:25:39 UTC (rev 782) +++ trunk/library/classes/GemsEscort.php 2012-06-25 08:37:12 UTC (rev 783) @@ -876,6 +876,7 @@ $orgSwitch = MUtil_Html::create('div', array('id' => 'organizations')); $currentId = $user->getCurrentOrganizationId(); $params = $this->request->getParams(); + unset($params['error_handler']); // If present, this is an object and causes a warning unset($params[Gems_Util_RequestCache::RESET_PARAM]); $currentUri = $this->view->url($params, null, true); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |