We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2456351 commit 8273c1fCopy full SHA for 8273c1f
src/Managers/Theme.php
@@ -205,7 +205,7 @@ public function getFullPath($path)
205
206
if ( $this->config[ 'theme.symlink' ] ) {
207
if ($this->config['theme.symlink']) {
208
-+ $themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $this->config['theme.symlink_path']).DIRECTORY_SEPARATO;
++ $themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $this->config['theme.symlink_path']).DIRECTORY_SEPARATOR;
209
} else {
210
$themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $themeInfo->get('path')).DIRECTORY_SEPARATOR;
211
}
0 commit comments