mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-31 21:51:46 +00:00
Resloved gh-136, to allow library type extentions that use the Joomla installer.
This commit is contained in:
parent
03abfd62b8
commit
ef97bc4915
@ -63,7 +63,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
|
|||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
protected $jedTypes = array(
|
protected $jedTypes = array(
|
||||||
'component', 'module', 'package', 'plugin'
|
'component', 'module', 'package', 'plugin', 'library'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user