[svn r20876] default title for student publication

skala
Patrick Cool 17 years ago
parent 819d42c270
commit 75cf7596bb
  1. 2
      main/newscorm/learnpath.class.php

@ -7034,7 +7034,7 @@ class learnpath {
$item_title = $row['title'];
} else {
$item_title = '';
$item_title = get_lang('Student_publication');
}
$item_title = api_convert_encoding($item_title, $charset, $this->encoding);

Loading…
Cancel
Save