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:
@@ -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":
|
||||
|
Reference in New Issue
Block a user