forgot to add $lng to the global variables list in parseAndOutputPreconfig(), refs #178

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-29 05:41:25 +00:00
parent 8ac41a28b9
commit 862265ab60

View File

@@ -26,7 +26,7 @@
*/
function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
{
global $settings;
global $settings, $lng;
if(versionInUpdate($current_version, '0.9.4-svn2'))
{