We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 3a088f57 authored by Rik ter Beek's avatar Rik ter Beek

Fix assetSource helper

parent 46c6758b
......@@ -722,7 +722,7 @@ class Data extends AbstractHelper
);
$icon = null;
$placeholder = $this->assetSource->findSource($asset);
$placeholder = $this->_assetSource->findSource($asset);
if ($placeholder) {
list($width, $height) = getimagesize($asset->getSourceFile());
$icon = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment