Author: Kris.Wallsmith
Date: 2010-02-08 20:24:39 +0100 (Mon, 08 Feb 2010)
New Revision: 27753

Modified:
   branches/1.3/lib/helper/UrlHelper.php
   branches/1.4/lib/helper/UrlHelper.php
Log:
[1.3, 1.4] fixed helper signature (closes #8170)

Modified: branches/1.3/lib/helper/UrlHelper.php
===================================================================
--- branches/1.3/lib/helper/UrlHelper.php       2010-02-08 19:21:22 UTC (rev 
27752)
+++ branches/1.3/lib/helper/UrlHelper.php       2010-02-08 19:24:39 UTC (rev 
27753)
@@ -177,7 +177,7 @@
   }
 }
 
-function url_for_form(sfForm $form, $routePrefix)
+function url_for_form(sfFormObject $form, $routePrefix)
 {
   $format = '%s/%s';
   if ('@' == $routePrefix[0])

Modified: branches/1.4/lib/helper/UrlHelper.php
===================================================================
--- branches/1.4/lib/helper/UrlHelper.php       2010-02-08 19:21:22 UTC (rev 
27752)
+++ branches/1.4/lib/helper/UrlHelper.php       2010-02-08 19:24:39 UTC (rev 
27753)
@@ -177,7 +177,7 @@
   }
 }
 
-function url_for_form(sfForm $form, $routePrefix)
+function url_for_form(sfFormObject $form, $routePrefix)
 {
   $format = '%s/%s';
   if ('@' == $routePrefix[0])

-- 
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.

Reply via email to