Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
  • Loading branch information
ZweiSteinSoft committed Oct 28, 2014
1 parent c98356f commit ddbcb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Util.class.php
Expand Up @@ -2589,8 +2589,8 @@ public static function getDbLink($database = null)
$database = self::unescapeMysqlWildcards($database);
}

return '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?'
. PMA_URL_getCommon($database) . '" title="'
return '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase']
. PMA_URL_getCommon(array('db' => $database)) . '" title="'
. htmlspecialchars(
sprintf(
__('Jump to database "%s".'),
Expand Down

0 comments on commit ddbcb51

Please sign in to comment.