Skip to content

Commit

Permalink
Resloved gh-136, to allow library type extentions that use the Joomla…
Browse files Browse the repository at this point in the history
… installer.
  • Loading branch information
Llewellynvdm committed Oct 28, 2021
1 parent 03abfd6 commit ef97bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
* @var string[]
*/
protected $jedTypes = array(
'component', 'module', 'package', 'plugin'
'component', 'module', 'package', 'plugin', 'library'
);

/**
Expand Down

0 comments on commit ef97bc4

Please sign in to comment.