File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
* @copyright 2019-2022 LushOnline
27
27
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
28
*/
29
+ use mod_externalcontent \plugin ;
29
30
30
31
/**
31
32
* xmldb_externalcontent_install
@@ -36,5 +37,5 @@ function xmldb_externalcontent_install() {
36
37
// Create the private key.
37
38
global $ CFG ;
38
39
require_once ($ CFG ->dirroot .'/mod/externalcontent/locallib.php ' );
39
- externalcontent_set_randomlrscredentials ();
40
+ plugin:: set_randomlrscredentials ();
40
41
}
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2022090501 ;
27
+ $ plugin ->version = 2022090502 ;
28
28
$ plugin ->requires = 2021051700 ; // Requires this Moodle version v3.11 see https://docs.moodle.org/dev/Releases.
29
29
$ plugin ->component = 'mod_externalcontent ' ;
30
30
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments