Minor - Set template title - refs BT#12835

pull/2495/head
Angel Fernando Quiroz Campos 8 years ago
parent 186d880768
commit cee24a39bc
  1. 4
      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());

Loading…
Cancel
Save