mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-02-07 03:58:34 +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…
x
Reference in New Issue
Block a user