Merge branch 'QA_4_7'
This commit is contained in:
commit
04ebb24cc8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user