Merge branch 'QA_4_6-security' into master-security

This commit is contained in:
Isaac Bennetch 2016-07-13 15:36:18 -04:00
commit f1a910bb7d

View File

@ -691,7 +691,7 @@ class NodeDatabase extends Node
. '<a href="navigation.php'
. URL::getCommon()
. '&showUnhideDialog=true'
. '&dbName=' . urldecode($this->real_name) . '"'
. '&dbName=' . urlencode($this->real_name) . '"'
. ' class="showUnhide ajax">'
. Util::getImage(
'show.png',