mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
commit
a33ff617d8
@ -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