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:
Ralf Becker 2015-11-02 17:03:46 +00:00
parent 694153ec4d
commit 061d571fd2

View File

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