Author: jablko
Date: Sun Sep 20 14:44:34 2009
New Revision: 3444
Log:
Apply commit 3267 to star parameters as well as query string, fixes issue 966
Modified:
trunk/lib/vendor/symfony/lib/routing/sfRoute.class.php
Modified: trunk/lib/vendor/symfony/lib/routing/sfRoute.class.php
==============================================================================
--- trunk/lib/vendor/symfony/lib/routing/sfRoute.class.php Sun Sep 20
14:20:44 2009 (r3443)
+++ trunk/lib/vendor/symfony/lib/routing/sfRoute.class.php Sun Sep 20
14:44:34 2009 (r3444)
@@ -683,7 +683,7 @@
}
$tmp = array();
- foreach (array_diff_key($parameters, $this->variables, $defaults) as $key
=> $value)
+ foreach (array_diff_assoc(array_diff_key($parameters, $this->variables),
$defaults) as $key => $value)
{
if (is_array($value))
{
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---