Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
63ceffbedb
@ -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
|
||||
|
||||
@ -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'])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user