Skip to content
Snippets Groups Projects
Commit fa1c26f8 authored by cfoe's avatar cfoe
Browse files

removed deprecated code from interface_settings

parent ae6d914a
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,7 @@ class page_action extends tform_actions {
global $app, $conf;
if($conf['demo_mode'] == true && $this->id <= 3) $app->tform->errorMessage .= 'This function is disabled in demo mode.';
$_SESSION['s']['user']['language'] = $_POST['language'];
$_SESSION['s']['language'] = $_POST['language'];
if(@is_array($this->dataRecord['modules']) && !in_array($this->dataRecord['startmodule'],$this->dataRecord['modules'])) {
$app->tform->errorMessage .= $app->tform->wordbook['startmodule_err'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment