From 32dc8ecd16a08e97731fe84bf907a1a30d322897 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 c7ce0832c89..5cc33d0e213 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; -- 2.43.0