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:
parent
a5c14e42d1
commit
ff4785cbf2
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user