Author: jablko
Date: Tue Sep 15 10:13:51 2009
New Revision: 3304
Log:
Declare ->params to suppress notices and warnings
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 Tue Sep 15
10:12:17 2009 (r3303)
+++ trunk/lib/vendor/symfony/lib/routing/sfRoute.class.php Tue Sep 15
10:13:51 2009 (r3304)
@@ -33,7 +33,8 @@
$defaults = array(),
$requirements = array(),
$tokens = array(),
- $customToken = false;
+ $customToken = false,
+ $params = array();
/**
* Constructor.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---