From faeca20d434fecb60c9237302eb92132b880254e Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 28 Apr 2016 17:29:31 +0800 Subject: [PATCH] MDL-49414 externallib: Cleaning tabs --- lib/db/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/services.php b/lib/db/services.php index b52e50035a0..29256aad15f 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -339,8 +339,8 @@ $functions = array( 'classname' => 'core_external', 'methodname' => 'get_component_strings', 'classpath' => 'lib/external/externallib.php', - 'description' => 'Return all raw strings (with {$a->xxx}), for a specific component - - similar to core get_component_strings(), call', + 'description' => 'Return all raw strings (with {$a->xxx}), for a specific component ' . + '- similar to core get_component_strings(), call', 'type' => 'read', 'loginrequired' => '', 'ajax' => '1',