Merge branch 'hotfix-2.2.15' into develop

pull/274/head
iglocska 2014-03-17 15:14:16 +01:00
commit d84048a5d9
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class AttributesController extends AppController {
$this->Auth->allow('restSearch');
$this->Auth->allow('returnAttributes');
$this->Auth->allow('downloadAttachment');
$this->Auth->allow('text');
// permit reuse of CSRF tokens on the search page.
if ('search' == $this->request->params['action']) {