Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-02-07 14:19:24 +01:00
commit 63ceffbedb
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ phpMyAdmin - ChangeLog
- bug Cannot execute command from console (multi-server installation)
4.3.10.0 (not yet released)
- bug Undefined index navwork
4.3.9.0 (2015-02-05)
- bug #4728 Incorrect headings in routine editor

View File

@ -24,7 +24,7 @@ if (! $response->isAjax()) {
}
$cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['navwork']) {
if (isset($cfgRelation['navwork']) && $cfgRelation['navwork']) {
if (isset($_REQUEST['hideNavItem'])) {
if (! empty($_REQUEST['itemName'])
&& ! empty($_REQUEST['itemType'])