diff --git a/resources/UberGallery.php b/resources/UberGallery.php index a4d6ef9..1ea8dea 100644 --- a/resources/UberGallery.php +++ b/resources/UberGallery.php @@ -464,7 +464,7 @@ protected function _createThumbnail($source, $thumbSize = NULL, $quality = 75) { // If file already exists return relative path to thumbnail if (file_exists($destination)) { - $relativePath = $this->_rThumbsDir . '/' . $fileName; + $relativePath = $this->_rThumbsDir . '/cache/' . $fileName; return $relativePath; }