forked from extern/egroupware
fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacks
This commit is contained in:
parent
694153ec4d
commit
061d571fd2
@ -16,7 +16,7 @@ ini_set('zlib.output_compression', 0);
|
|||||||
|
|
||||||
$GLOBALS['egw_info'] = array(
|
$GLOBALS['egw_info'] = array(
|
||||||
'flags' => array(
|
'flags' => array(
|
||||||
'currentapp' => 'preferences',
|
'currentapp' => 'home',
|
||||||
'noheader' => true,
|
'noheader' => true,
|
||||||
'nocachecontrol' => true,
|
'nocachecontrol' => true,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user