Actions
Bug #2730
closedImage fields ignore $reason on all outputs except html
Description
When displaying an avatar field through API CSV, PHP, etc.. outputs ignore $reason and ALWAYS return the thumbnail version.
Files
Actions
Added by krileon over 13 years ago. Updated over 13 years ago.
Description
When displaying an avatar field through API CSV, PHP, etc.. outputs ignore $reason and ALWAYS return the thumbnail version.
Files
2730.patch (902 Bytes) 2730.patch | krileon, 22 August 2011 21:59 |
Added $reason check to ensure thumbnail version is only displayed if $reason isn't "profile".
Fixed in r1575 as suggested.
Thanks Kyle!