aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-03-05 22:03:08 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-03-05 22:03:08 +0000
commit46825d33bc889161f9a9cca3c96e63940ed5a21b (patch)
tree2cb09b45fc94bdf1729d64db7052a532528b4fab /phpBB/install/index.php
parentfe0a81d27032a6e2c245b396b72ce80dec5b447f (diff)
downloadforums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar
forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.gz
forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.bz2
forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.xz
forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.zip
#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
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php1
1 files changed, 1 insertions, 0 deletions
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/',