Author: lombardot
Date: 2010-02-25 16:12:34 +0100 (Thu, 25 Feb 2010)
New Revision: 28290
Modified:
plugins/sfDatagridPlugin/lib/sfDatagrid.class.php
Log:
[sfDatagridPlugin] lombardot correct an error_message into _call_action
Modified: plugins/sfDatagridPlugin/lib/sfDatagrid.class.php
===================================================================
--- plugins/sfDatagridPlugin/lib/sfDatagrid.class.php 2010-02-25 15:03:51 UTC
(rev 28289)
+++ plugins/sfDatagridPlugin/lib/sfDatagrid.class.php 2010-02-25 15:12:34 UTC
(rev 28290)
@@ -590,7 +590,7 @@
if (!$controller->actionExists($moduleName, $actionName))
{
// cannot find component
- throw new sfConfigurationException(sprintf('The action does
not exist: "%s", "%s".', $moduleName, $componentName));
+ throw new sfConfigurationException(sprintf('The action does
not exist: "%s", "%s".', $moduleName, $actionName));
}
// create an instance of the action
--
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.