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

skala
Yannick Warnier 17 years ago
parent 5a1be1feb8
commit 9504b6169c
  1. 2
      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
{

Loading…
Cancel
Save