MDL-18039 fixed footer docs link

This commit is contained in:
skodak 2009-02-19 07:32:23 +00:00
parent f823a79607
commit b421371ed3

View file

@ -88,6 +88,8 @@ if ($issue and ($result = $issue(true))) {
$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);