diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 12:53:45 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 12:53:45 +0100 |
commit | 3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f (patch) | |
tree | cd39b1f71d18ede290bfd0338bb120b9785e8e4f | |
parent | e48f5aa29caa2656b20938141937d81f2ae4dd33 (diff) | |
download | forums-3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f.tar forums-3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f.tar.gz forums-3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f.tar.bz2 forums-3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f.tar.xz forums-3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f.zip |
[ticket/10780] Make L_COLON available in the installer.
PHPBB3-10780
-rw-r--r-- | phpBB/install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index c6d0b4cef7..753e5eb226 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -366,6 +366,7 @@ class module $template->assign_vars(array( 'L_CHANGE' => $lang['CHANGE'], + 'L_COLON' => $lang['COLON'], 'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'], 'L_SELECT_LANG' => $lang['SELECT_LANG'], 'L_SKIP' => $lang['SKIP'], |