Skip to content
Snippets Groups Projects
Commit 642bff7f authored by Frank Nägler's avatar Frank Nägler Committed by Christian Kuhn
Browse files

[BUGFIX] Inititialize tca record icons earlier

Resolves: #70114
Releases: master
Change-Id: Ib6cdd6bd61a65e9018bd55ea4055456348d1251a
Reviewed-on: http://review.typo3.org/43567


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarMarkus Sommer <markussom@posteo.de>
Tested-by: default avatarMarkus Sommer <markussom@posteo.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 0fb8d02f
Branches
Tags
No related merge requests found
......@@ -1882,6 +1882,9 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface {
* The constructor
*/
public function __construct() {
if (!$this->tcaInitialized && !empty($GLOBALS['TCA'])) {
$this->registerTCAIcons();
}
$this->registerFlags();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment