config ignored changes made in the hook config

This commit is contained in:
Ralf Becker 2006-04-06 07:52:50 +00:00
parent 7b4cdbb097
commit 055c9f846f

View File

@ -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);