Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
8dab3d36
Commit
8dab3d36
authored
Dec 23, 2013
by
Robert Lyon
Committed by
Gerrit Code Review
Dec 23, 2013
Browse files
Merge "Unescaping the <br> tag in warning message (bug #731647)"
parents
8db646a9
ed760876
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/uploadcsv.php
View file @
8dab3d36
...
...
@@ -445,7 +445,7 @@ function uploadcsv_validate(Pieform $form, $values) {
}
if
(
$errors
=
$csverrors
->
process
())
{
$form
->
set_error
(
'file'
,
clean_html
(
$errors
));
$form
->
set_error
(
'file'
,
clean_html
(
$errors
)
,
false
);
return
;
}
...
...
Write
Preview
Supports
Markdown
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