From b421371ed35779462eeb2c1ab696d113e9180b35 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 19 Feb 2009 07:32:23 +0000 Subject: [PATCH] MDL-18039 fixed footer docs link --- admin/report/security/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/report/security/index.php b/admin/report/security/index.php index 4a003130a6..877caa818c 100644 --- a/admin/report/security/index.php +++ b/admin/report/security/index.php @@ -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); -- 2.39.5