We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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