Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
ffb413a4dc
@ -30,7 +30,7 @@ class Node_Database_Container extends Node
|
||||
$new = PMA_NodeFactory::getInstance(
|
||||
'Node', _pgettext('Create new database', 'New')
|
||||
);
|
||||
$new->isNew = true;
|
||||
$new->isNew = $GLOBALS['is_create_db_priv'];
|
||||
$new->icon = PMA_Util::getImage('b_newdb.png', '');
|
||||
$new->links = array(
|
||||
'text' => 'server_databases.php?server=' . $GLOBALS['server']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user