Skip to content

Commit

Permalink
Small style corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 20, 2014
1 parent 8aa9c49 commit a5b83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper.php
Expand Up @@ -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];
}
}
}
Expand Down

0 comments on commit a5b83b9

Please sign in to comment.