diff --git a/src/View/Helper.php b/src/View/Helper.php index 5294483bf48..673c3f191e4 100644 --- a/src/View/Helper.php +++ b/src/View/Helper.php @@ -225,7 +225,7 @@ public function webroot($file) { $themePath = Plugin::path($this->theme); $path = $themePath . 'webroot/' . $file; if (file_exists($path)) { - $webPath = "{$this->request->webroot}" . $theme . $asset[0]; + $webPath = $this->request->webroot . $theme . $asset[0]; } } }