Skip to content

Commit

Permalink
Merge commit '10b5d59'
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Feb 8, 2015
2 parents 4a35a7f + 10b5d59 commit 87e8c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/navigation/Nodes/Node_DatabaseChild.class.php
Expand Up @@ -25,7 +25,7 @@ public function getHtmlForControlButtons()
{
$ret = '';
$cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['navwork']) {
if (isset($cfgRelation['navwork']) && $cfgRelation['navwork']) {
$db = $this->realParent()->real_name;
$item = $this->real_name;
$ret = '<span class="navItemControls">'
Expand Down

0 comments on commit 87e8c53

Please sign in to comment.