Skip to content
Snippets Groups Projects
Commit a1709869 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Better readability for the patch

parent bd2caf09
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ class Typo3DbBackend extends \TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo
continue;
}
// Start of the patch
$l18nConfiguration = $row['l18n_cfg'];
if ($l18nConfiguration > 0) {
if (is_object($GLOBALS['TSFE'])) {
......@@ -134,6 +136,8 @@ class Typo3DbBackend extends \TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo
}
}
}
// End of the patch
} elseif (isset($GLOBALS['TCA'][$tableName]['ctrl']['languageField'])
&& $GLOBALS['TCA'][$tableName]['ctrl']['languageField'] !== ''
&& !isset($GLOBALS['TCA'][$tableName]['ctrl']['transOrigPointerTable'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment