Skip to content

Commit

Permalink
fix image url
Browse files Browse the repository at this point in the history
  • Loading branch information
maskas committed Sep 7, 2014
1 parent 2cd3f9a commit b55e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slot.php
Expand Up @@ -33,7 +33,7 @@ public static function pageImage($data)
if (!$thumbnail) {
echo ipReflectionException();
} else {
$images[] = $thumbnail;
$images[] = ipFileUrl($thumbnail);
}


Expand Down

0 comments on commit b55e4a5

Please sign in to comment.