Skip to content

Commit

Permalink
MDL-18039 fixed footer docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Feb 19, 2009
1 parent f823a79 commit b421371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/report/security/index.php
Expand Up @@ -88,6 +88,8 @@
$row[2] = $result->info;
$row[3] = is_null($result->link) ? ' ' : $result->link;

$CFG->pagepath = "report/security/$issue"; // help link in footer

$table->data[] = $row;

print_table($table);
Expand Down

0 comments on commit b421371

Please sign in to comment.