mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10780] Make L_COLON available in the installer.
PHPBB3-10780
This commit is contained in:
parent
e48f5aa29c
commit
3ea5b0abbd
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ class module
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'L_CHANGE' => $lang['CHANGE'],
|
'L_CHANGE' => $lang['CHANGE'],
|
||||||
|
'L_COLON' => $lang['COLON'],
|
||||||
'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'],
|
'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'],
|
||||||
'L_SELECT_LANG' => $lang['SELECT_LANG'],
|
'L_SELECT_LANG' => $lang['SELECT_LANG'],
|
||||||
'L_SKIP' => $lang['SKIP'],
|
'L_SKIP' => $lang['SKIP'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue