diff --git a/View/Helper/TimthumbHelper.php b/View/Helper/TimthumbHelper.php index 4310aac..363746c 100644 --- a/View/Helper/TimthumbHelper.php +++ b/View/Helper/TimthumbHelper.php @@ -86,7 +86,7 @@ private function getTimthumbImageUrl($path, $timthumbOptions = array()) { $timthumbOptions = array_merge( array( - 'src' => $this->request->base . $basePath . $path + 'src' => $this->Html->assetUrl($path, array('fullBase' => true, 'pathPrefix' => IMAGES_URL)) ), $this->_defaults, $timthumbOptions