Bug #46000 » RootlineUtility.php.diff
RootlineUtility.new.php 2013-03-04 09:01:17.000000000 +0100 | ||
---|---|---|
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'];
|
||
}
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »