mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-18039 fixed footer docs link
This commit is contained in:
parent
f823a79607
commit
b421371ed3
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue