Skip to content
Snippets Groups Projects
Commit 7681b74e authored by Georgi's avatar Georgi
Browse files

[BUGFIX] PHP 8.1 bugfix

parent b0b2f3ee
No related branches found
No related tags found
1 merge request!9Feature make standalone
...@@ -59,7 +59,7 @@ class ExtensionSettingsService { ...@@ -59,7 +59,7 @@ class ExtensionSettingsService {
$configuration = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['sg_youtube']); $configuration = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['sg_youtube']);
} }
} else { } else {
$configuration = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['sg_youtube']; $configuration = $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['sg_youtube'] ?? [];
} }
$setting = ''; $setting = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment