2012-12-10, 23:42:46
(2012-12-10, 08:52:24)Tzvook Wrote: The problem with the language being reset to Eng is from the file blog.php
first function don't actually function as it should:
Code:# add in this plugin's language file
if(file_exists(BLOGSETTINGS))
{
$settings_lang = getXML(BLOGSETTINGS);
$LANG = $settings_lang->lang;
}
else
{
$LANG = "en_US";
}
I had to set it manually to fix the issue of half the site being reset ... to Eng.
So it's officially a bug :-)
Thank's but - what fixing it? And where to put it? In plugins/blog/language/my_MY.php file?