1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-13 13:16:36 +02: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:
Andreas Fischer
2012-11-10 14:07:03 +01:00

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