-
Bug
-
Resolution: Fixed
-
Major
-
3.0.2
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
Easy
-
With MDL-51524 the html2text library was updated to new version and moved to lib/html2text directory. But that changed was not served with the corresponding change in thirdpartylibs.xml
As results of that lib/html2text is not identified anymore as a 3rd part library and:
1) code checker is processing its code (that is not Moodle code).
2) 3rd part changes checker is not detecting changes in 30 and up.
See this report as an example of both problems.
So this is about to update thirdpartylibs.xml to point to correct new location of the library. 30 and up. Should be easy.
Ciao