1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Fixes #3103 - Image resizing for custom fields.

This commit is contained in:
Cameron
2018-08-17 14:15:06 -07:00
parent 744a71f785
commit b820559b0d
2 changed files with 4 additions and 1 deletions

View File

@@ -164,7 +164,7 @@
case "image":
return ($raw) ? $tp->thumbUrl($value) : $tp->toImage($value);
return ($raw) ? $tp->thumbUrl($value,$parm) : $tp->toImage($value,$parm);
break;
case "icon":