From 895b00247a5490aeedd0c20821cc1ab381b2d9fd Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Mon, 28 May 2007 10:44:51 +0200 Subject: [PATCH] [svn r12497] fix a bug when there are accents in document steps filenames --- 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 bf1a218dc3..214bc50594 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4175,7 +4175,7 @@ class learnpath { //TODO: add a path filter if($iframe){ - $return .= ''; + $return .= ''; } else{ $return .= file_get_contents(api_get_path(SYS_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path']);