Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classes/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected function getPageUid_403($fe_group)
protected function getExtConf()
{
if (is_null($this->extConf)) {
$this->extConf = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['fox_handler'];
$this->extConf = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['fox_handler'] ?? [];
}

return $this->extConf;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"TYPO3 CMS"
],
"require": {
"typo3/cms-core": "^10.4 || ^11.5"
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'version' => '4.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'typo3' => '10.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down