mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Make sure config sends updated link settings
Fixes login after registration is missing full link registry
This commit is contained in:
parent
16d42c69c5
commit
87c3b3b613
@ -26,7 +26,10 @@ $GLOBALS['egw_info'] = array(
|
||||
|
||||
include '../header.inc.php';
|
||||
|
||||
// release session, as we dont need it and it blocks parallel requests
|
||||
// Make sure we send the latest
|
||||
Api\Link::init_static(true);
|
||||
|
||||
// release session, as we don't need it and it blocks parallel requests
|
||||
$GLOBALS['egw']->session->commit_session();
|
||||
|
||||
// use an etag over config and link-registry
|
||||
|
Loading…
Reference in New Issue
Block a user