Skip to content

Commit

Permalink
[TASK] Fix outdated $TYPO3_CONF_VARS constant usage
Browse files Browse the repository at this point in the history
Fix issue #9
  • Loading branch information
pascal20997 committed Sep 21, 2020
1 parent 8d1a8ca commit f1e5825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.5.0',
'version' => '1.5.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-10.4.99',
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
\JWeiland\Replacer\Hooks\TypoScriptFrontendController::class . '->contentPostProcAll';

// Register hook for uncached content (USER_INT, uncached extbase actions, etc...)
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-output']['z9_replacer'] =
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-output']['z9_replacer'] =
\JWeiland\Replacer\Hooks\TypoScriptFrontendController::class . '->contentPostProcAll';

0 comments on commit f1e5825

Please sign in to comment.