mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for themes
This commit is contained in:
parent
5909a9738a
commit
22feaafc29
@ -169,7 +169,6 @@
|
||||
$this->session = new sessions;
|
||||
$log = explode("@",$login);
|
||||
$this->preferences = new preferences($log[0]);
|
||||
// $this->preferences->preferences_($log[0]);
|
||||
}else{
|
||||
/* Load selected authentication class */
|
||||
if (empty($phpgw_info["server"]["auth_type"])){$phpgw_info["server"]["auth_type"] = "sql";}
|
||||
@ -356,6 +355,7 @@
|
||||
}
|
||||
if ($preferences_update) {
|
||||
$phpgw->preferences->commit(__LINE__,__FILE__);
|
||||
$phpgw_info["user"]["preferences"]["common"] = $phpgw->preferences->preferences["common"];
|
||||
}
|
||||
unset($preferences_update);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user