mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge remote-tracking branch 'bantu/ticket/10780' into develop
* bantu/ticket/10780: [ticket/10780] Make L_COLON available in the installer.
This commit is contained in:
commit
f5ed04f8ff
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