Skip to content

Commit 07c2890

Browse files
committed
Remove JPATH_PLATFORM check in preparation for Joomla 6
Signed-off-by: Roland Dalmulder <[email protected]>
1 parent f788381 commit 07c2890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/src/Extension/PatchtesterComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Psr\Container\ContainerInterface;
1515

1616
// phpcs:disable PSR1.Files.SideEffects
17-
\defined('JPATH_PLATFORM') or die;
17+
\defined('_JEXEC') or die;
1818
// phpcs:enable PSR1.Files.SideEffects
1919

2020
/**

0 commit comments

Comments
 (0)