mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
config->save_value() was overwriting the cached array values with a single value
This commit is contained in:
parent
594fa7df4b
commit
cc210e9dae
@ -130,7 +130,7 @@ class config
|
||||
|
||||
if (isset(self::$configs[$app]))
|
||||
{
|
||||
self::$configs[$app] = $value;
|
||||
self::$configs[$app][$name] = $value;
|
||||
}
|
||||
if(is_array($value))
|
||||
{
|
||||
@ -281,4 +281,4 @@ class config
|
||||
config::$db->set_app('phpgwapi');
|
||||
}
|
||||
}
|
||||
config::init_static();
|
||||
config::init_static();
|
||||
|
Loading…
Reference in New Issue
Block a user