aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index 4df97d5dd..ef317196e 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -141,6 +141,11 @@
'view page A' => '5/index.php',
'B' => '5/download_index.php',
);
+ } else if ($resource_filename == '8') {
+ $mga = array(
+ 'view page A' => '8/index.php',
+ 'B' => '8/download_index.php',
+ );
} else if ($resource_filename == 'cauldron') {
$mga = array('view page' => 'downloads/prerelease/index.php');
} else if ($resource_filename == 'documentation') {