1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/10780] Make L_COLON available in the installer.

PHPBB3-10780
This commit is contained in:
Andreas Fischer 2012-11-10 12:53:45 +01:00
parent e48f5aa29c
commit 3ea5b0abbd

View File

@ -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'],