Browse Source

fix bug in route.

Taylor Otwell 13 years ago
parent
commit
425192a05d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      laravel/routing/route.php

+ 2 - 0
laravel/routing/route.php

@@ -191,6 +191,8 @@ class Route {
 	 */
 	protected function patterns()
 	{
+		$filters = array();
+
 		// We will simply iterate through the registered patterns and
 		// check the URI pattern against the URI for the route and
 		// if they match we'll attach the filter.