Added CSV to pages allowed to be visited without being logged in for automation

- same as the other export formats
pull/226/head
iglocska 2014-03-11 15:29:19 +01:00
parent 2b2c61bc3b
commit 006e1d0254
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class EventsController extends AppController {
// what pages are allowed for non-logged-in users
$this->Auth->allow('xml');
$this->Auth->allow('csv');
$this->Auth->allow('nids');
$this->Auth->allow('hids_md5');
$this->Auth->allow('hids_sha1');