#4801
authorgreg gay <ggay@ocad.ca>
Thu, 21 Jul 2011 20:02:54 +0000 (20:02 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 21 Jul 2011 20:02:54 +0000 (20:02 -0000)
fixed broken link pointing to bew chat transcript location

docs/mods/_standard/chat/sublinks.php

index 73b9b8a..d78e75b 100644 (file)
@@ -22,7 +22,7 @@ if ($dir = @opendir(AT_CONTENT_DIR . 'chat/'.$_SESSION['course_id'].'/tran/')) {
                if (substr($file, -strlen('.html')) == '.html') {
                        $file = str_replace('.html', '', $file);
 
-                       $list[] = '<a href="'.url_rewrite('chat/view_transcript.php?t='.$file, AT_PRETTY_URL_IS_HEADER).'"'.
+                       $list[] = '<a href="'.url_rewrite('mods/_standard/chat/view_transcript.php?t='.$file, AT_PRETTY_URL_IS_HEADER).'"'.
                                  (strlen($file) > SUBLINK_TEXT_LEN ? ' title="'.$file.'"' : '') .'>'. 
                                  validate_length($file, SUBLINK_TEXT_LEN, VALIDATE_LENGTH_FOR_DISPLAY) .'</a>';