Author: rande
Date: 2010-05-21 14:54:11 +0200 (Fri, 21 May 2010)
New Revision: 29564
Modified:
plugins/swCombinePlugin/trunk/lib/config/swCombineViewConfigHandler.class.php
Log:
[swCombinePlugin] fix notice error
Modified:
plugins/swCombinePlugin/trunk/lib/config/swCombineViewConfigHandler.class.php
===================================================================
---
plugins/swCombinePlugin/trunk/lib/config/swCombineViewConfigHandler.class.php
2010-05-21 10:00:07 UTC (rev 29563)
+++
plugins/swCombinePlugin/trunk/lib/config/swCombineViewConfigHandler.class.php
2010-05-21 12:54:11 UTC (rev 29564)
@@ -239,9 +239,9 @@
*
* @return string The value associated with this key name and category
*/
- public function exposeMergeConfigValue($yamlConfig, $keyName, $category)
+ public function exposeMergeConfigValue($keyName, $category)
{
- return $this->mergeConfigValue($yamlConfig, $keyName, $category);
+ return $this->mergeConfigValue($keyName, $category);
}
public function setYamlConfig($config)
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.