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
0ba36b0f
Commit
0ba36b0f
authored
6 years ago
by
Frode Petterson
Browse files
Options
Downloads
Patches
Plain Diff
Remove old libraryUrl due to conflict with Content Upgrade
parent
49a72b79
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
+0
-1
0 additions, 1 deletion
locallib.php
with
1 addition
and
2 deletions
library
@
e9d08b97
Compare
53adda67
...
e9d08b97
Subproject commit
53adda67c23fccb794196d629c5fd8e065b763f6
Subproject commit
e9d08b973a33932c2479ffa29022106bcf6407e3
This diff is collapsed.
Click to expand it.
locallib.php
+
0
−
1
View file @
0ba36b0f
...
@@ -61,7 +61,6 @@ function hvp_get_core_settings($context) {
...
@@ -61,7 +61,6 @@ function hvp_get_core_settings($context) {
$settings
=
array
(
$settings
=
array
(
'baseUrl'
=>
$basepath
,
'baseUrl'
=>
$basepath
,
'url'
=>
"
{
$basepath
}
pluginfile.php/
{
$context
->
instanceid
}
/mod_hvp"
,
'url'
=>
"
{
$basepath
}
pluginfile.php/
{
$context
->
instanceid
}
/mod_hvp"
,
'libraryUrl'
=>
"
{
$basepath
}
pluginfile.php/
{
$systemcontext
->
id
}
/mod_hvp/libraries"
,
'postUserStatistics'
=>
true
,
'postUserStatistics'
=>
true
,
'ajax'
=>
$ajaxpaths
,
'ajax'
=>
$ajaxpaths
,
'saveFreq'
=>
$savefreq
,
'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