More coding standard fixes

This commit is contained in:
Jose Lorenzo Rodriguez 2012-04-22 20:34:19 -04:30
parent 02d222a349
commit 53a4de7774

View file

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