Resloved gh-136, to allow library type extentions that use the Joomla installer.

This commit is contained in:
Llewellyn van der Merwe 2021-10-28 23:06:58 +02:00
parent 03abfd62b8
commit ef97bc4915
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
* @var string[]
*/
protected $jedTypes = array(
'component', 'module', 'package', 'plugin'
'component', 'module', 'package', 'plugin', 'library'
);
/**