diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 14:07:03 +0100 | 
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 14:07:03 +0100 | 
| commit | f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7 (patch) | |
| tree | 3da32e6ba5c6d2ddb47057dce8a49799708a04e4 | |
| parent | 40f3ae1d8fd9747afa7bf115a406f4b184146162 (diff) | |
| parent | 3ea5b0abbd7f4b0fc95c19a1b76214f044a7d44f (diff) | |
| download | forums-f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7.tar forums-f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7.tar.gz forums-f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7.tar.bz2 forums-f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7.tar.xz forums-f5ed04f8ff0c65e1bfe6a4953b974315dd2790d7.zip | |
Merge remote-tracking branch 'bantu/ticket/10780' into develop
* bantu/ticket/10780:
  [ticket/10780] Make L_COLON available in the installer.
| -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'], | 
