]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed url to activities
authorselliott <selliott>
Mon, 23 Feb 2004 20:41:54 +0000 (20:41 +0000)
committerselliott <selliott>
Mon, 23 Feb 2004 20:41:54 +0000 (20:41 +0000)
course/recent.php

index e72336294e53f17d65a9bd9fc10fef432149f36d..f06ff4c8f504a06e04c1bbbb09718cdf608b1123 100644 (file)
@@ -221,7 +221,7 @@ $advancedfilter = 1;
                    $image = "<img src=\"$CFG->modpixpath/" . $activity->content->modname . "/icon.gif\"" .
                             "height=16 width=16 alt=\"" . $activity->content->modfullname . "\">";
                    echo "<ul><h4>$image " . $activity->content->modfullname . 
-                        "<a href=\"$CFG->wwwroot/mod/" . $activity->content->activity->modname . "/view.php?" . 
+                        "<a href=\"$CFG->wwwroot/mod/" . $activity->content->modname . "/view.php?" . 
                         "id=" . $activity->content->modid . "\">" .
                         $activity->name . "</a></h4></ul>";
                }