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
moodle
moodle
Commits
c676af9f
Commit
c676af9f
authored
Oct 10, 2011
by
Eloy Lafuente
Browse files
MDL-29564 Assignment: whitespace fix
parent
1216ab39
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/assignment/lib.php
View file @
c676af9f
...
...
@@ -1922,7 +1922,7 @@ class assignment_base {
$button
->
set_format_by_file
(
$file
);
$output
.
=
$button
->
to_html
(
PORTFOLIO_ADD_ICON_LINK
);
}
if
(
$CFG
->
enableplagiarism
)
{
require_once
(
$CFG
->
libdir
.
'/plagiarismlib.php'
);
$output
.
=
plagiarism_get_links
(
array
(
'userid'
=>
$userid
,
'file'
=>
$file
,
'cmid'
=>
$this
->
cm
->
id
,
'course'
=>
$this
->
course
,
'assignment'
=>
$this
->
assignment
));
...
...
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