From 85dbca71223ccce37a486b41996e97919192334e Mon Sep 17 00:00:00 2001 From: lichtbit Date: Thu, 2 Nov 2023 09:26:37 +0000 Subject: [PATCH] =?UTF-8?q?Benutzer-Profil:=20Ansicht=20einschr=C3=A4nken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/classes/output/myprofile/manager.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;