From: dongsheng Date: Fri, 24 Jul 2009 04:18:38 +0000 (+0000) Subject: "MDL-19118, blog should be moodle type plugin" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66cbd00ad37633d1e845f953d454931300bf638d;p=moodle.git "MDL-19118, blog should be moodle type plugin" --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index d922071a5c..9744465b33 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -6920,9 +6920,6 @@ function plugin_callback($type, $name, $feature, $action, $options = null, $defa $file = $CFG->dirroot.'/blocks/'.$name.'/block_'.$name.'.php'; $function = array('block_' . $name, 'comment_'.$action); break; - case 'blog': - $file = $CFG->dirroot.'/blog/lib.php'; - break; case 'moodle': // for special plugins, such as blog and tag $file = $CFG->dirroot.'/'.$name.'/lib.php';