From 625adcf2e535c2e3a079cbb49a761e2e5139a29e Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 8 Oct 2009 22:02:50 +0000 Subject: [PATCH] MDL-12886 make webservice protocols true plugins --- lib/moodlelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index ec7d498b57..8879042dfa 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -6869,6 +6869,7 @@ function get_plugin_types($fullpaths=true) { 'gradeexport' => 'grade/export', 'gradeimport' => 'grade/import', 'gradereport' => 'grade/report', + 'webservice' => 'webservice', 'repository' => 'repository', 'portfolio' => 'portfolio/type', 'qtype' => 'question/type', -- 2.39.5