Commit 30f04e99200f8b2f91d23fad1ef6e97d99cf521a
1 parent
358ec294
add variantSku
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
components/artboximage/ArtboxImageHelper.php
@@ -74,6 +74,7 @@ | @@ -74,6 +74,7 @@ | ||
74 | * | 74 | * |
75 | * @return bool|string | 75 | * @return bool|string |
76 | */ | 76 | */ |
77 | + | ||
77 | public static function getImageSrc($file, $preset, $preset_alias = null, $quality = 85) | 78 | public static function getImageSrc($file, $preset, $preset_alias = null, $quality = 85) |
78 | { | 79 | { |
79 | if (is_string($preset)) { | 80 | if (is_string($preset)) { |