From 4680dfce39f98f9953dea493af8c2245e0570649 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 23 Jul 2006 20:59:08 +0000 Subject: Include a link to the post by default when issuing a warning git-svn-id: file:///svn/phpbb/trunk@6203 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/install/install_main.php') diff --git a/phpBB/install/install_main.php b/phpBB/install/install_main.php index f1ad12ccd4..3b69a67cd7 100755 --- a/phpBB/install/install_main.php +++ b/phpBB/install/install_main.php @@ -43,7 +43,7 @@ class install_main extends module function main($mode, $sub) { - global $lang, $template; + global $lang, $template, $language; switch ($sub) { @@ -70,7 +70,7 @@ class install_main extends module 'TITLE' => $title, 'BODY' => $body, - 'S_LANG_SELECT' => '', + 'S_LANG_SELECT' => '', )); } } -- cgit v1.2.1