From d323d6d355971c92c95d61a925fc49e40085aff8 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Mon, 11 Jan 2016 12:36:51 +0800 Subject: [PATCH] MDL-52454 tool_lp: Missing PARAM_RAW in exporter tests --- admin/tool/lp/tests/exporter_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/lp/tests/exporter_test.php b/admin/tool/lp/tests/exporter_test.php index e0eb3ea554b..9658072dc9b 100644 --- a/admin/tool/lp/tests/exporter_test.php +++ b/admin/tool/lp/tests/exporter_test.php @@ -134,7 +134,7 @@ class tool_lp_testable_exporter extends \tool_lp\external\exporter { public static function define_properties() { return array( 'stringA' => array( - 'type' => PARAM_TEXT, + 'type' => PARAM_RAW, ), 'stringAformat' => array( 'type' => PARAM_INT,