Minor - Fix E_NOTICE #2892

pull/2901/head
Angel Fernando Quiroz Campos 7 years ago
parent 20a38df21f
commit 92dcd2507e
  1. 2
      main/mySpace/student.php

@ -264,7 +264,7 @@ if (api_is_drh()) {
Display::return_icon('user_na.png', get_lang('Students'), [], ICON_SIZE_MEDIUM),
'#'
);
$actions .= Display::url(
$actionsLeft .= Display::url(
Display::return_icon('skills.png', get_lang('Skills'), [], ICON_SIZE_MEDIUM),
$webCodePath.'social/my_skills_report.php'
);

Loading…
Cancel
Save