From 46825d33bc889161f9a9cca3c96e63940ed5a21b Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Mon, 5 Mar 2007 22:03:08 +0000 Subject: [PATCH] #7990 Ahem... yes, assigning it first if one is using it would be handy... ^_^;; git-svn-id: file:///svn/phpbb/trunk@7127 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 77dc8097d2..6d5c8996ae 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -335,6 +335,7 @@ class module 'L_CHANGE' => $lang['CHANGE'], 'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'], 'L_SELECT_LANG' => $lang['SELECT_LANG'], + 'L_SKIP' => $lang['SKIP'], 'PAGE_TITLE' => $this->get_page_title(), 'T_IMAGE_PATH' => $phpbb_root_path . 'adm/images/',