Browse Source

More coding standard fixes

Jose Lorenzo Rodriguez 14 years ago
parent
commit
53a4de7774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Routing/Filter/CacheDispatcher.php

+ 1 - 1
lib/Cake/Routing/Filter/CacheDispatcher.php

@@ -45,7 +45,7 @@ class CacheDispatcher extends DispatcherFilter {
 			return;
 		}
 
-		$path = $event->data['request']->here();		
+		$path = $event->data['request']->here();
 		if ($path == '/') {
 			$path = 'home';
 		}