Fix for issue #83

This commit is contained in:
Michael 2014-04-24 09:21:23 +02:00
parent 4e67fe169f
commit 537a2d4f59
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ConfigController extends AbstractController {
$this->addMessage(psm_get_lang('config', 'updated'), 'success');
if($clean['language'] != psm_get_conf('language')) {
header('Location: ' . $_SERVER['REQUEST_URI']);
header('Location: //'.$_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
die();
}
}