MDL-53770 mod_lti: allow to uninstall ltisource plugins
authorMarina Glancy <marina@moodle.com>
Mon, 11 Apr 2016 01:03:49 +0000 (09:03 +0800)
committerMarina Glancy <marina@moodle.com>
Mon, 11 Apr 2016 01:03:49 +0000 (09:03 +0800)
mod/lti/classes/plugininfo/ltisource.php

index 7003fb0..040c705 100644 (file)
@@ -69,4 +69,13 @@ class ltisource extends base {
             $ADMIN->add($parentnodename, $settings);
         }
     }
+
+    /**
+     * Should there be a way to uninstall the plugin via the administration UI.
+     *
+     * @return bool
+     */
+    public function is_uninstall_allowed() {
+        return true;
+    }
 }