fixed warning and removed ugly hack in attachment path

This commit is contained in:
skodak
2006-06-02 06:47:26 +00:00
parent 47737013d3
commit ef93a24f23
+1 -1
View File
@@ -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)) {