Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'MDL-27675_master' of git://github.com/grabs/moodle
[moodle.git]
/
mod
/
feedback
/
item
/
textfield
/
lib.php
diff --git
a/mod/feedback/item/textfield/lib.php
b/mod/feedback/item/textfield/lib.php
index
94e1cad
..
0d151ae
100644
(file)
--- a/
mod/feedback/item/textfield/lib.php
+++ b/
mod/feedback/item/textfield/lib.php
@@
-325,7
+325,7
@@
class feedback_item_textfield extends feedback_item_base {
return PARAM_RAW;
}
- function clean_input_value($value) {
+
public
function clean_input_value($value) {
return s($value);
}
}