1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 16:26:59 +02:00

Update to processwire/processwire-issues#40 ImageInspector per @horst-n

This commit is contained in:
Ryan Cramer
2016-10-21 06:05:02 -04:00
parent 6b96702c14
commit 131c0c8b4a

View File

@@ -229,7 +229,7 @@ class ImageInspector extends WireData {
$i['gifversion'] = $gfh->m_lpVer;
$i['animated'] = $gfh->m_bAnimated;
$i['delay'] = isset($gi->m_nDelay) ? $gi->m_nDelay : '';
$i['trans'] = isset($gi->m_bTrans) ? $gi->m_bTrans : '';
$i['trans'] = isset($gi->m_bTrans) ? $gi->m_bTrans : false;
$i['transcolor'] = isset($gi->m_nTrans) ? $gi->m_nTrans : '';
$i['bgcolor'] = $gfh->m_nBgColor;
$i['numcolors'] = $gfh->m_colorTable->m_nColors;