1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Admin language-select fix

This commit is contained in:
Cameron
2014-02-07 17:57:55 -08:00
parent ef4ced985a
commit baaacf5c4b
4 changed files with 29 additions and 10 deletions

View File

@@ -67,6 +67,8 @@ if (isset($_POST['submit_prefs']) && isset($_POST['mainsitelanguage']) && getper
e107::getConfig()->setPref($temp)->save(true);
e107::getSession()->clear('e_language');
// if ($admin_log->logArrayDiffs($temp, $pref, 'LANG_01'))
{