diff --git a/cake/dispatcher.php b/cake/dispatcher.php index 3d9d5663b..6351793e1 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -584,7 +584,6 @@ class Dispatcher extends Object { $themeName = $parts[1]; unset($parts[0], $parts[1]); $fileFragment = implode(DS, $parts); - $path = App::themePath($themeName) . 'webroot' . DS; if (file_exists($path . $fileFragment)) { $assetFile = $path . $fileFragment;