lots of operation and auth fixes.
This commit is contained in:
parent
1ab3df1f30
commit
150087f703
19 changed files with 71 additions and 68 deletions
|
|
@ -300,10 +300,10 @@ sub www_saveSettings {
|
|||
next;
|
||||
}
|
||||
unless ($key eq "op") {
|
||||
WebGUI::Setting::set($key,$value);
|
||||
$session->setting->set($key,$value);
|
||||
}
|
||||
}
|
||||
return www_editSettings();
|
||||
return www_editSettings($session);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue