From 061d571fd2b7a4088ca3667d1ad856cf301f6ead Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 2 Nov 2015 17:03:46 +0000 Subject: [PATCH] fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacks --- phpgwapi/categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/categories.php b/phpgwapi/categories.php index f53ef5da73..4e4071009a 100644 --- a/phpgwapi/categories.php +++ b/phpgwapi/categories.php @@ -16,7 +16,7 @@ ini_set('zlib.output_compression', 0); $GLOBALS['egw_info'] = array( 'flags' => array( - 'currentapp' => 'preferences', + 'currentapp' => 'home', 'noheader' => true, 'nocachecontrol' => true, )