forked from extern/egroupware
Use isset(), otherwise it tries to create a share
This commit is contained in:
parent
a1a7570c86
commit
e52695c68d
@ -27,7 +27,7 @@ $GLOBALS['egw_info'] = array(
|
|||||||
|
|
||||||
include('./header.inc.php');
|
include('./header.inc.php');
|
||||||
|
|
||||||
if (!$GLOBALS['egw']->sharing)
|
if (!isset($GLOBALS['egw']->sharing))
|
||||||
{
|
{
|
||||||
Sharing::create_session(true); // true = mount into existing session
|
Sharing::create_session(true); // true = mount into existing session
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user