mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
fix issue #163
This commit is contained in:
parent
fa3ba35933
commit
1ddfdbc2ec
@ -200,7 +200,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
|
||||
{
|
||||
$cleanName = preg_replace('/\s+for\s+Joomla!?$/', '', $extensionName);
|
||||
|
||||
if (stripos($cleanName, 'joom') !== false)
|
||||
if (stripos($cleanName, 'joomla') !== false)
|
||||
{
|
||||
// Extensions that use "Joomla" or a derivative of Joomla in the extension name need to be licensed by OSM
|
||||
$this->report->addIssue(JEDcheckerReport::LEVEL_WARNING, 'TM2', $file,
|
||||
|
Loading…
Reference in New Issue
Block a user