]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18039 fixed footer docs link
authorskodak <skodak>
Thu, 19 Feb 2009 07:32:23 +0000 (07:32 +0000)
committerskodak <skodak>
Thu, 19 Feb 2009 07:32:23 +0000 (07:32 +0000)
admin/report/security/index.php

index 4a003130a61c4cd20ff29dd335a6f0a31c14c32f..877caa818cc9d05fd8c45563d2c2d90280ff5c43 100644 (file)
@@ -88,6 +88,8 @@ if ($issue and ($result = $issue(true))) {
     $row[2] = $result->info;
     $row[3] = is_null($result->link) ? '&nbsp;' : $result->link;
 
+    $CFG->pagepath = "report/security/$issue"; // help link in footer
+
     $table->data[] = $row;
 
     print_table($table);