Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
8f58da2d
Commit
8f58da2d
authored
6 years ago
by
Frode Petterson
Browse files
Options
Downloads
Patches
Plain Diff
Add back custom libraries URL
parent
eb9c450e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
library
+1
-1
1 addition, 1 deletion
library
locallib.php
+1
-0
1 addition, 0 deletions
locallib.php
with
2 additions
and
1 deletion
library
@
d05bc94d
Compare
71038f89
...
d05bc94d
Subproject commit
71038f89ea905a5bba5ed296324ba56075ea1a23
Subproject commit
d05bc94d92e225f59f536d0993fc7d65a89e9cae
This diff is collapsed.
Click to expand it.
locallib.php
+
1
−
0
View file @
8f58da2d
...
...
@@ -61,6 +61,7 @@ function hvp_get_core_settings($context) {
$settings
=
array
(
'baseUrl'
=>
$basepath
,
'url'
=>
"
{
$basepath
}
pluginfile.php/
{
$context
->
instanceid
}
/mod_hvp"
,
'urlLibraries'
=>
"
{
$basepath
}
pluginfile.php/
{
$systemcontext
->
id
}
/mod_hvp/libraries"
,
// NOTE: Separate context from content URL !
'postUserStatistics'
=>
true
,
'ajax'
=>
$ajaxpaths
,
'saveFreq'
=>
$savefreq
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment