diff --git a/main/social/myfiles.php b/main/social/myfiles.php index 18371bf299..9a67d002d0 100755 --- a/main/social/myfiles.php +++ b/main/social/myfiles.php @@ -98,9 +98,7 @@ if (api_get_setting('allow_social_tool') == 'true') { ]; } -$interbreadcrumb[] = ['url' => '#', 'name' => get_lang('MyFiles')]; - -$tpl = new Template(); +$tpl = new Template(get_lang('MyFiles')); SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'myfiles'); $editor = new \Chamilo\CoreBundle\Component\Editor\Editor(); $template = $tpl->get_template($editor->getEditorStandAloneTemplate());