--- RootlineUtility.php 2013-02-14 16:56:58.000000000 +0100 +++ RootlineUtility.new.php 2013-03-04 09:01:17.000000000 +0100 @@ -160,7 +160,7 @@ self::$cache = $GLOBALS['typo3CacheManager']->getCache('cache_rootline'); } self::$rootlineFields = array_merge(self::$rootlineFields, \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields'], TRUE)); - array_unique(self::$rootlineFields); + self::$rootlineFields = array_unique(self::$rootlineFields); $this->databaseConnection = $GLOBALS['TYPO3_DB']; }