From dcfdb80db8867f29646aacfbe20fa02c0581c559 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 18 Sep 2006 22:54:27 +0000 Subject: [PATCH] reinstate evenements.php as it has been used in mails. git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@868 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/xnetevents.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/xnetevents.php b/modules/xnetevents.php index de4fb21..1f77308 100644 --- a/modules/xnetevents.php +++ b/modules/xnetevents.php @@ -26,6 +26,7 @@ class XnetEventsModule extends PLModule function handlers() { return array( + '%grp/evenements.php' => $this->make_hook('events', AUTH_MDP), '%grp/events' => $this->make_hook('events', AUTH_MDP), '%grp/events/sub' => $this->make_hook('sub', AUTH_MDP), '%grp/events/csv' => $this->make_hook('csv', AUTH_MDP), -- 2.1.4