Author: fabien
Date: 2010-05-12 09:36:59 +0200 (Wed, 12 May 2010)
New Revision: 29418
Modified:
branches/1.3/lib/routing/sfPatternRouting.class.php
branches/1.4/lib/routing/sfPatternRouting.class.php
Log:
[1.3, 1.4] fixed coding standards (closes #8567)
Modified: branches/1.3/lib/routing/sfPatternRouting.class.php
===================================================================
--- branches/1.3/lib/routing/sfPatternRouting.class.php 2010-05-12 06:53:36 UTC
(rev 29417)
+++ branches/1.3/lib/routing/sfPatternRouting.class.php 2010-05-12 07:36:59 UTC
(rev 29418)
@@ -312,7 +312,8 @@
{
throw new sfConfigurationException(sprintf('The route "%s" does not
exist.', $name));
}
- $route = $this->routes[$name];
$this->ensureDefaultParametersAreSet();
+ $route = $this->routes[$name];
+ $this->ensureDefaultParametersAreSet();
}
else
{
Modified: branches/1.4/lib/routing/sfPatternRouting.class.php
===================================================================
--- branches/1.4/lib/routing/sfPatternRouting.class.php 2010-05-12 06:53:36 UTC
(rev 29417)
+++ branches/1.4/lib/routing/sfPatternRouting.class.php 2010-05-12 07:36:59 UTC
(rev 29418)
@@ -312,7 +312,8 @@
{
throw new sfConfigurationException(sprintf('The route "%s" does not
exist.', $name));
}
- $route = $this->routes[$name];
$this->ensureDefaultParametersAreSet();
+ $route = $this->routes[$name];
+ $this->ensureDefaultParametersAreSet();
}
else
{
--
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.