[svn r11744] fix a bug when browsing flash files in fckeditor

skala
Eric Marguin 19 years ago
parent e27bcb0e1c
commit d2535ba570
  1. 2
      main/inc/course_document.inc.php

@ -39,6 +39,8 @@ $sType = isset($sType)?$sType:"Image";
if($sType=="MP3") $sType="audio";
$sType = strtolower($sType);
$course_dir = $_course['path']."/document/".$sType;
$sys_course_path = api_get_path(SYS_COURSE_PATH);
$base_work_dir = $sys_course_path.$course_dir;

Loading…
Cancel
Save