Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
8e17a2a
)
Merge branch 'MDL-65153-master' of git://github.com/damyon/moodle
author
Jun Pataleta
<jun@moodle.com>
Mon, 6 May 2019 08:14:13 +0000
(16:14 +0800)
committer
Adrian Greeve
<abgreeve@gmail.com>
Tue, 7 May 2019 08:24:37 +0000
(16:24 +0800)
admin/tool/lp/classes/external.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/lp/classes/external.php
b/admin/tool/lp/classes/external.php
index
1929036
..
ada3e88
100644
(file)
--- a/
admin/tool/lp/classes/external.php
+++ b/
admin/tool/lp/classes/external.php
@@
-433,6
+433,7
@@
class external extends external_api {
),
))),
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
+ 'pluginbaseurl' => new external_value(PARAM_LOCALURL, 'Url to the course competencies page.'),
));
}