mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-17 02:25:10 +00:00
typo
This commit is contained in:
parent
1039b49b9b
commit
6ab463d324
@ -154,7 +154,7 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
|
|||||||
$this->report->addWarning($file, JText::_('COM_JEDCHECKER_LANG_BOM_FOUND'), $startLineno);
|
$this->report->addWarning($file, JText::_('COM_JEDCHECKER_LANG_BOM_FOUND'), $startLineno);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Romeve BOM for further checks
|
// Remove BOM for further checks
|
||||||
$line = substr($line, 3);
|
$line = substr($line, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user