From 4ea0936fe644bbac481c9f04894451a42248e656 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 16 Dec 2009 01:19:25 +0000 Subject: [PATCH] Naming-inconsistency fixed --- index.php | 4 ++-- templates/de/html/index_forward.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index df23da6814..9082484631 100644 --- a/index.php +++ b/index.php @@ -79,8 +79,8 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { // Shall I insert an automated forward? if (getConfig('index_delay') > 0) { // This will be a JavaScript-redirect! - $content['delay'] = (getConfig('index_delay') * 1000 + 500); - $content['mod'] = 'index'; + $content['delay'] = (getConfig('index_delay') * 1000 + 500); + $content['module'] = 'index'; // Load template loadTemplate('index_forward', false, $content); diff --git a/templates/de/html/index_forward.tpl b/templates/de/html/index_forward.tpl index dde18d7888..3c58945012 100644 --- a/templates/de/html/index_forward.tpl +++ b/templates/de/html/index_forward.tpl @@ -1,7 +1,7 @@