mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 23:36:38 +00:00
fix comment text
This commit is contained in:
parent
65fe32b164
commit
0869a0cecb
@ -147,7 +147,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
|
||||
$extension = 'com_' . $extension;
|
||||
}
|
||||
|
||||
// Plugin's element name starts with com_
|
||||
// Plugin's element name starts with plg_
|
||||
if ($type === 'plugin' && isset($xml['group']) && strpos($extension, 'plg_') !== 0)
|
||||
{
|
||||
$extension = 'plg_' . $xml['group'] . '_' . $extension;
|
||||
|
Loading…
Reference in New Issue
Block a user