Update Node_DatabaseChild.class.php
Image lightbulb_off was returned without extension (.png)
This commit is contained in:
parent
a3c30eeeca
commit
f8d8c8bd78
@ -36,7 +36,7 @@ abstract class Node_DatabaseChild extends Node
|
||||
. '&itemName=' . urldecode($item)
|
||||
. '&dbName=' . urldecode($db) . '"'
|
||||
. ' class="hideNavItem ajax">'
|
||||
. PMA_Util::getImage('lightbulb_off', __('Hide'))
|
||||
. PMA_Util::getImage('lightbulb_off.png', __('Hide'))
|
||||
. '</a></span>';
|
||||
}
|
||||
return $ret;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user