Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
326cd6f6
Commit
326cd6f6
authored
Jan 31, 2017
by
Eloy Lafuente
Committed by
Andrew Nicols
Feb 01, 2017
Browse files
Merge branch 'MDL-57592-master' of
https://github.com/mwehr/moodle
parents
326efc7c
f5886105
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/assign/classes/output/grading_app.php
View file @
326cd6f6
...
...
@@ -88,7 +88,7 @@ class grading_app implements templatable, renderable {
$export
->
cmid
=
$this
->
assignment
->
get_course_module
()
->
id
;
$export
->
contextid
=
$this
->
assignment
->
get_context
()
->
id
;
$export
->
groupid
=
$this
->
groupid
;
$export
->
name
=
$this
->
assignment
->
get_
instance
()
->
name
;
$export
->
name
=
$this
->
assignment
->
get_
context
()
->
get_context_
name
()
;
$export
->
courseid
=
$this
->
assignment
->
get_course
()
->
id
;
$export
->
participants
=
array
();
$num
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment