From: x2000habouzit Date: Mon, 18 Sep 2006 22:54:27 +0000 (+0000) Subject: reinstate evenements.php as it has been used in mails. X-Git-Tag: xorg/0.9.11~58 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dcfdb80db8867f29646aacfbe20fa02c0581c559;p=platal.git 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 --- 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),