From bf22dc969c80bb515b6bdf6076bf282f1c11b073 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 16 Aug 2011 01:57:51 +0200 Subject: [PATCH] MDL-27896 filters/editor - fix whitespace --- lib/filelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filelib.php b/lib/filelib.php index 97ff882c80c..7bad18183ad 100644 --- 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;