Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
prechecker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
integration
prechecker
Commits
80b6f3b0
Commit
80b6f3b0
authored
Dec 12, 2017
by
Damyon Wiese
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'MDL-60945' of
https://github.com/NeillM/moodle
parents
9244faa3
3acb2948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
completion/classes/external.php
completion/classes/external.php
+1
-1
No files found.
completion/classes/external.php
View file @
80b6f3b0
...
...
@@ -249,7 +249,7 @@ class core_completion_external extends external_api {
$completion
=
new
completion_info
(
$course
);
$activities
=
$completion
->
get_activities
();
$progresses
=
$completion
->
get_progress_all
();
$progresses
=
$completion
->
get_progress_all
(
'u.id = :uid'
,
[
'uid'
=>
$params
[
'userid'
]]
);
$userprogress
=
$progresses
[
$user
->
id
];
$results
=
array
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment