reinstate evenements.php as it has been used in mails.
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 22:54:27 +0000 (22:54 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 22:54:27 +0000 (22:54 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@868 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnetevents.php

index de4fb21..1f77308 100644 (file)
@@ -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),