From 4df6453041c9e1b92acc38f5071ecdc953262522 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 29 Sep 2007 07:22:43 +0200 Subject: [PATCH] [svn r13359] Block anonymous user --- main/calendar/myagenda.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/calendar/myagenda.php b/main/calendar/myagenda.php index 9343893ced..070e093ba1 100644 --- a/main/calendar/myagenda.php +++ b/main/calendar/myagenda.php @@ -67,7 +67,7 @@ $cidReset = true; // setting the global file that gets the general configuration, the databases, the languages, ... require ('../inc/global.inc.php'); $this_section = SECTION_MYAGENDA; - +api_block_anonymous_users(); require (api_get_path(LIBRARY_PATH).'groupmanager.lib.php'); // setting the name of the tool $nameTools = get_lang('MyAgenda');