mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
fix for preferences
This commit is contained in:
parent
b6821806c9
commit
7da16388f2
@ -202,7 +202,6 @@
|
||||
$phpgw->common->phpgw_footer();
|
||||
} else {
|
||||
|
||||
$phpgw->preferences->reset("common");
|
||||
while ($setting = each($settings)) {
|
||||
$phpgw->preferences->change("common",$setting[0],$setting[1]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user