From 479b8a4421b48e35f3385b5d1960e3dec36cbc9e Mon Sep 17 00:00:00 2001 From: Dietrich Streifert Date: Thu, 9 Dec 2021 11:03:47 +0100 Subject: [PATCH] Rename class to avoid collisions with other plugins and components When using T3 v3 plugin with JEvents and mvcoverride there is a class name clash which is resolvable by changing the class name from JModuleHelper to something unique, like MVCoverrideModuleHelper. --- module/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/helper.php b/module/helper.php index 5553105..276fbee 100755 --- a/module/helper.php +++ b/module/helper.php @@ -9,7 +9,7 @@ * @subpackage Module * @since 11.1 */ -abstract class JModuleHelper extends JModuleHelperLibraryDefault +abstract class MVCoverrideModuleHelper extends JModuleHelperLibraryDefault { /** * An array to hold included paths