Patch - missed instance of 'Avoid passing extension to Util::getImage'

Patch for commit bed6fb4ebd

Fixes: #14390
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2018-06-21 01:38:46 +02:00
parent a5c14e42d1
commit ff4785cbf2
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -241,7 +241,7 @@ class Navigation
$html .= '<td style="width:80px"><a href="navigation.php'
. Url::getCommon($params) . '"'
. ' class="unhideNavItem ajax">'
. Util::getIcon('show.png', __('Show'))
. Util::getIcon('show', __('Show'))
. '</a></td>';
}
$html .= '</tbody></table>';