From: <gem...@li...> - 2011-12-01 16:51:42
|
Revision: 329 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=329&view=rev Author: matijsdejong Date: 2011-12-01 16:51:32 +0000 (Thu, 01 Dec 2011) Log Message: ----------- Whoops, echo off. Modified Paths: -------------- branches/1.5.0-pulse/library/classes/Gems/Menu/ParameterCollector.php Modified: branches/1.5.0-pulse/library/classes/Gems/Menu/ParameterCollector.php =================================================================== --- branches/1.5.0-pulse/library/classes/Gems/Menu/ParameterCollector.php 2011-12-01 16:44:33 UTC (rev 328) +++ branches/1.5.0-pulse/library/classes/Gems/Menu/ParameterCollector.php 2011-12-01 16:51:32 UTC (rev 329) @@ -101,7 +101,7 @@ $this->values[$name] = $source->__get($name); } elseif (is_array($source)) { - MUtil_Echo::track($name, $source); + // MUtil_Echo::track($name, $source); if (isset($source[$name])) { $this->values[$name] = $source[$name]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |