diff --git a/user/classes/output/myprofile/manager.php b/user/classes/output/myprofile/manager.php index d30642503444a..3baafca6a1e6c 100644 --- a/user/classes/output/myprofile/manager.php +++ b/user/classes/output/myprofile/manager.php @@ -68,13 +68,13 @@ public static function build_tree($user, $iscurrentuser, $course = null) { } } - // Plugins. - $pluginswithfunction = get_plugins_with_function('myprofile_navigation', 'lib.php'); - foreach ($pluginswithfunction as $plugins) { - foreach ($plugins as $function) { - $function($tree, $user, $iscurrentuser, $course); - } - } + // // Plugins. + // $pluginswithfunction = get_plugins_with_function('myprofile_navigation', 'lib.php'); + // foreach ($pluginswithfunction as $plugins) { + // foreach ($plugins as $function) { + // $function($tree, $user, $iscurrentuser, $course); + // } + // } $tree->sort_categories(); return $tree;