From 66cbd00ad37633d1e845f953d454931300bf638d Mon Sep 17 00:00:00 2001 From: dongsheng Date: Fri, 24 Jul 2009 04:18:38 +0000 Subject: [PATCH] "MDL-19118, blog should be moodle type plugin" --- lib/moodlelib.php | 3 --- 1 file changed, 3 deletions(-) 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'; -- 2.39.5