Skip to content

Commit

Permalink
Merge branch 'wip-mdl-42924-m26' of https://github.com/rajeshtaneja/m…
Browse files Browse the repository at this point in the history
…oodle into MOODLE_26_STABLE
  • Loading branch information
Damyon Wiese committed Nov 25, 2013
2 parents c3208c1 + 740d260 commit 025bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upgradelib.php
Expand Up @@ -1627,7 +1627,7 @@ function core_tables_exist() {
function upgrade_plugin_mnet_functions($component) {
global $DB, $CFG;

list($type, $plugin) = explode('_', $component);
list($type, $plugin) = core_component::normalize_component($component);
$path = core_component::get_plugin_directory($type, $plugin);

$publishes = array();
Expand Down

0 comments on commit 025bd12

Please sign in to comment.