From: quix0r Date: Wed, 16 Dec 2009 01:19:25 +0000 (+0000) Subject: Naming-inconsistency fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce2a60d5da9aa091ec66d6be6c27476cebd11048;p=mailer.git Naming-inconsistency fixed --- 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 @@