Skip to content

Commit

Permalink
Fixed default thumbnail retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kurczewski committed Jun 1, 2014
1 parent 320cd2e commit e32e569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Jobs/PostJobs/GetPostThumbnailJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function execute()

if (!file_exists($path) or !is_readable($path))
{
$path = Core::getConfig()->main->mediaPath . DS . 'img' . DS . 'thumbnail.jpg';
$path = Core::getConfig()->main->mediaPath . DS . 'img' . DS . 'thumb.jpg';
$path = TextHelper::absolutePath($path);
}
}
Expand Down

0 comments on commit e32e569

Please sign in to comment.