浏览代码

[svn r19222] Fix minor language translation problem preventing parsing of language files (still has to be applied to translations)

Yannick Warnier 16 年之前
父节点
当前提交
9504b6169c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/external_module/external_module.php

+ 1 - 1
main/external_module/external_module.php

@@ -116,7 +116,7 @@ if(!$is_allowedToEdit)
 
 if($linkAdded)
 {
-	echo $toolid ? get_lang('LinkChanged') :get_lang('OkSentLink');
+	echo $toolid ? get_lang('LinkChanged') :sprintf(get_lang('OkSentLink'),api_get_path(WEB_COURSE_PATH).$_course['path']);
 }
 else
 {