mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing blank line.
This commit is contained in:
parent
dc72529648
commit
e18e0cc64e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue