Fix CGL violations against InlineControlStructure
Change-Id: Id4e2c416bc15cf65be505838b02b7898cd42b457
Resolves: #38521
Releases: 6.0
$where .= t3lib_BEfunc::BEenableFields($table);
}
// If table is not configured, assume the extension is not installed and therefore no need to check it
$where .= t3lib_BEfunc::BEenableFields($table);
}
// If table is not configured, assume the extension is not installed and therefore no need to check it
- if (!is_array($GLOBALS['TCA'][$table])) continue;
+ if (!is_array($GLOBALS['TCA'][$table])) {
+ continue;
+ }
// Re-init selectFields for table
$selectFields = 'uid, pid';
// Re-init selectFields for table
$selectFields = 'uid, pid';