From: skodak Date: Fri, 2 Jun 2006 06:49:08 +0000 (+0000) Subject: fixed warning and removed ugly hack in attachment path; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ee1e1a3b990b154aed86746e8d0ca467c2480f17;p=moodle.git fixed warning and removed ugly hack in attachment path; merged from MOODLE_16_STABLE --- diff --git a/mod/forum/rsslib.php b/mod/forum/rsslib.php index a4021cb914..3328e7d47a 100644 --- a/mod/forum/rsslib.php +++ b/mod/forum/rsslib.php @@ -263,7 +263,7 @@ $item->description = format_text($rec->postmessage,$rec->postformat,NULL,$forum->course); - $post_file_area_name = str_replace('//', '/', "$forum->course/$CFG->moddata/$rec->course/forum/$forum->id/$rec->postid"); + $post_file_area_name = "$forum->course/$CFG->moddata/forum/$forum->id/$rec->postid"; $post_files = get_directory_list("$CFG->dataroot/$post_file_area_name"); if (!empty($post_files)) {