31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-30 04:10:47 +00:00
This commit is contained in:
Denis Ryabov 2021-11-16 20:20:22 +03:00
parent fa3ba35933
commit 1ddfdbc2ec

View File

@ -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,