From 0e358d9a70b86ff65c177666f034b07103bc839d Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 23 Jan 2009 22:27:12 +0100 Subject: [PATCH] Missing hook for csv export of xnetlists. Signed-off-by: Florent Bruneau --- modules/xnetlists.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/xnetlists.php b/modules/xnetlists.php index 35b0f86..a22bf1d 100644 --- a/modules/xnetlists.php +++ b/modules/xnetlists.php @@ -32,6 +32,7 @@ class XnetListsModule extends ListsModule '%grp/lists/create' => $this->make_hook('create', AUTH_MDP, 'groupmember'), '%grp/lists/members' => $this->make_hook('members', AUTH_COOKIE), + '%grp/lists/csv' => $this->make_hook('csv', AUTH_COOKIE), '%grp/lists/annu' => $this->make_hook('annu', AUTH_COOKIE), '%grp/lists/archives' => $this->make_hook('archives', AUTH_COOKIE), '%grp/lists/archives/rss' => $this->make_hook('rss', AUTH_PUBLIC), -- 2.1.4