Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-04-07 15:23:34 +02:00
commit 04ebb24cc8
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ phpMyAdmin - ChangeLog
- issue #13144 Do not show New as a database in database dropdown
- issue #13130 Fixed handling of errors in AJAX requests
- issue #13152 Fixed PHP error in case of invalid table preferences
- issue #13154 Fixed PHP error on password change
4.7.0 (2017-03-28)
- patch #12233 [Display] Improve message when renaming database to same name

View File

@ -84,6 +84,7 @@ exit;
*/
function PMA_getChangePassMessage($change_password_message, $sql_query = '')
{
$response = Response::getInstance();
if ($response->isAjax()) {
/**
* If in an Ajax request, we don't need to show the rest of the page