mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +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');
|
$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)
|
foreach($vars as $value)
|
||||||
{
|
{
|
||||||
$valarray = explode('_',$value);
|
$valarray = explode('_',$value);
|
||||||
|
Loading…
Reference in New Issue
Block a user