From ba4432332938b5b6f0002b8b5bca5de2a2e0cbcc Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 20 Apr 2016 14:40:47 +0800 Subject: [PATCH] MDL-51603 dataformat: Removing subsystem from the list --- lib/classes/component.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/classes/component.php b/lib/classes/component.php index e0dc0f15f87da..754e44a86c120 100644 --- a/lib/classes/component.php +++ b/lib/classes/component.php @@ -358,7 +358,6 @@ protected static function fetch_subsystems() { 'countries' => null, 'course' => $CFG->dirroot.'/course', 'currencies' => null, - 'dataformat' => $CFG->dirroot.'/dataformat', 'dbtransfer' => null, 'debug' => null, 'editor' => $CFG->dirroot.'/lib/editor',