From 75cf7596bb26e6e6243bd3e245fa0b063ca83bd3 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Wed, 20 May 2009 11:05:12 +0200 Subject: [PATCH] [svn r20876] default title for student publication --- main/newscorm/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);