Skip to content
Snippets Groups Projects

Dev #26120 typo3 import update

Merged Ghost User requested to merge dev_#26120_typo3_import_update into WIP
Compare and
+ 10
10
Preferences
Compare changes
Files
@@ -1029,7 +1029,9 @@ abstract class CategoriesMap {
public function fixParentCategory($t3uid, $t3pid) {
$category = self::getCategory($t3uid);
if(!$category = self::getCategory($t3uid))
return;
if ($category->getId() == $this->default_cat->getId())
return;