mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
config ignored changes made in the hook config
This commit is contained in:
parent
7b4cdbb097
commit
055c9f846f
@ -173,8 +173,10 @@
|
||||
|
||||
$vars = $t->get_undefined('body');
|
||||
|
||||
$GLOBALS['egw']->hooks->single('config',$appname);
|
||||
|
||||
if ($GLOBALS['egw']->hooks->single('config',$appname)) // reload the config-values, they might have changed
|
||||
{
|
||||
$c->read_repository();
|
||||
}
|
||||
foreach($vars as $value)
|
||||
{
|
||||
$valarray = explode('_',$value);
|
||||
|
Loading…
Reference in New Issue
Block a user