Skip to content
Commit 3daa39b7 authored by Andreas Allacher's avatar Andreas Allacher Committed by Markus Klein
Browse files

[BUGFIX] getPageOverlayHook has to use GeneralUtility::getUserObj

The introduction of getPagesOverlay in
commit f6f12f0fcfef0b565a4fcb9f31dd6e780c828ed
modified the hook to use GeneralUtility::makeInstance instead of
GeneralUtility::getUserObj which is a breaking change.

We revert this change now, and use GeneralUtility::getUserObj again.

Change-Id: I43521b85308a69cdafb8fbc5a374d2b99dc22875
Resolves: #66557
Related: #64258
Releases: master
Reviewed-on: http://review.typo3.org/38876


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent 027a02db
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