diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 1216809f1b..31e287a8b5 100644 --- a/main/newscorm/learnpath.class.php +++ b/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);