]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12886 make webservice protocols true plugins
authorskodak <skodak>
Thu, 8 Oct 2009 22:02:50 +0000 (22:02 +0000)
committerskodak <skodak>
Thu, 8 Oct 2009 22:02:50 +0000 (22:02 +0000)
lib/moodlelib.php

index ec7d498b571a36f3b0171128c7e55b7da6dada42..8879042dfa87923a62e53d16a4d558e747b8bd83 100644 (file)
@@ -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',