mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
php 8.1 deprecation
This commit is contained in:
parent
3d71447e5e
commit
90a25662f9
@ -106,7 +106,7 @@ class JedcheckerRulesGpl extends JEDcheckerRule
|
||||
|
||||
$compatLicenses = (array) file(__DIR__ . '/gpl/compat.txt');
|
||||
|
||||
$extraLicenses = $this->params->get('constants');
|
||||
$extraLicenses = $this->params->get('constants', '');
|
||||
$extraLicenses = explode(',', $extraLicenses);
|
||||
|
||||
$compatLicenses = array_merge($compatLicenses, $extraLicenses);
|
||||
|
Loading…
Reference in New Issue
Block a user