Removing blank line.

This commit is contained in:
mark_story 2010-06-30 20:52:58 -04:00
parent dc72529648
commit e18e0cc64e

View file

@ -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;