Methode umbenannt
This commit is contained in:
parent
98ddc51a4d
commit
48e2dc58ad
@ -5,7 +5,7 @@ namespace D3\GoogleAnalytics4\Modules\Core;
|
|||||||
use OxidEsales\EshopCommunity\Core\Registry;
|
use OxidEsales\EshopCommunity\Core\Registry;
|
||||||
|
|
||||||
class WidgetControl extends WidgetControl_parent{
|
class WidgetControl extends WidgetControl_parent{
|
||||||
protected function _getStartController() // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
protected function getFrontendStartControllerKey() // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* array (
|
* array (
|
||||||
@ -26,7 +26,6 @@ class WidgetControl extends WidgetControl_parent{
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$sScriptName = $_SERVER['SCRIPT_NAME'];
|
$sScriptName = $_SERVER['SCRIPT_NAME'];
|
||||||
if($sScriptName !== '/widget.php')
|
if($sScriptName !== '/widget.php')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user