Merge remote-tracking branch 'origin/master' into useNamespaces_master

This commit is contained in:
Hugues Peccatte 2015-09-19 19:19:23 +02:00
commit 536d10eb1f

View File

@ -2008,7 +2008,7 @@ function PMA_executeQueryAndGetQueryResponse($analyzed_sql_results,
}
$displayResultsObject = new PMA\libraries\DisplayResults(
$GLOBALS['db'], $GLOBALS['table'], $GLOBALS['goto'], $sql_query
$GLOBALS['db'], $GLOBALS['table'], $goto, $sql_query
);
$displayResultsObject->setConfigParamsForDisplayTable();