]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-19118, blog should be moodle type plugin"
authordongsheng <dongsheng>
Fri, 24 Jul 2009 04:18:38 +0000 (04:18 +0000)
committerdongsheng <dongsheng>
Fri, 24 Jul 2009 04:18:38 +0000 (04:18 +0000)
lib/moodlelib.php

index d922071a5c04408b1f197e57b28b5f4ce5fed66e..9744465b33eb7e7b0dfcc2834db7194bd9ebc409 100644 (file)
@@ -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';