From: skodak Date: Thu, 19 Feb 2009 07:32:23 +0000 (+0000) Subject: MDL-18039 fixed footer docs link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b421371ed35779462eeb2c1ab696d113e9180b35;p=moodle.git MDL-18039 fixed footer docs link --- 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);