Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-09-04 10:17:45 +02:00
commit 04279efdff
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ phpMyAdmin - ChangeLog
- issue #13612 Integrate tooltip into datetime pickers
- issue #13628 Fixed javascript error in server monitor
- issue #13444 Fixed server monitor on non Linux and Windows systems
- issue #13633 Reload javscript messages when changing language
4.7.4 (2017-08-23)
- issue #13415 Remove shadow from the logo

View File

@ -183,7 +183,7 @@ class Header
// Here would not be a good place to add CodeMirror because
// the user preferences have not been merged at this point
$this->_scripts->addFile('messages.php');
$this->_scripts->addFile('messages.php', false, array('l' => $GLOBALS['lang']));
// Append the theme id to this url to invalidate
// the cache on a theme change. Though this might be
// unavailable for fatal errors.