Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f506758
)
MDL-27896 filters/editor - fix whitespace
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 15 Aug 2011 23:57:51 +0000
(
01:57
+0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 15 Aug 2011 23:57:51 +0000
(
01:57
+0200)
lib/filelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/filelib.php
b/lib/filelib.php
index
c7ce083
..
5cc33d0
100644
(file)
--- a/
lib/filelib.php
+++ b/
lib/filelib.php
@@
-124,7
+124,7
@@
function file_prepare_standard_editor($data, $field, array $options, $context=nu
throw new coding_exception($exceptionmsg);
}
}
-
+
if (is_null($itemid) or is_null($context)) {
$contextid = null;
$itemid = null;