Skip to content

Commit

Permalink
Fixed regression from commit e544705
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Jun 4, 2012
1 parent 09a8672 commit 9d38c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/relation.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function PMA_printDiagMessageForParameter($parameter,
echo '<tr><th class="left">';
echo '$cfg[\'Servers\'][$i][\'' . $parameter . '\'] ... ';
echo '</th><td class="right">';
if ($GLOBALS['cfgRelation'][$relation_parameter]) {
if ($relation_parameter_set) {
echo $messages['ok'];
} else {
printf($messages['error'], $doc_anchor);
Expand Down

0 comments on commit 9d38c34

Please sign in to comment.