Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-16 23:40:14 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-17 00:50:05 +0400
commit60610f9b8322e027cc656171e2c97caeebcbd98f (patch)
treef231f7a71cade255a423295260dae0032a570427 /tbl_relation.php
parent41c0fb56ed6a9f7bb168fda6a250702ebe358677 (diff)
Fix issues reported by Scrutinizer.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index ebb9b4fef8..77aca0daee 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -153,7 +153,7 @@ $columns = $GLOBALS['dbi']->getColumns($db, $table);
// common form
$html_output .= PMA_getHtmlForCommonForm(
$db, $table, $columns, $cfgRelation, $tbl_storage_engine,
- isset($existrel) ? $existrel : null,
+ isset($existrel) ? $existrel : array(),
isset($existrel_foreign) ? $existrel_foreign['foreign_keys_data'] : null,
$options_array
);