bug #1721002 db rename -> undefined cfgRelation
This commit is contained in:
@@ -474,7 +474,7 @@ class PMA_Table {
|
||||
{
|
||||
$last_id = -1;
|
||||
|
||||
if ($GLOBALS['cfgRelation'][$work]) {
|
||||
if (isset($GLOBALS['cfgRelation']) && $GLOBALS['cfgRelation'][$work]) {
|
||||
$select_parts = array();
|
||||
$row_fields = array();
|
||||
foreach ($get_fields as $get_field) {
|
||||
|
Reference in New Issue
Block a user