From efed545ccd60813b5621f024e52ba91816c58ede Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sat, 8 Mar 2014 12:27:33 -0500 Subject: [PATCH] Fixed issue #66. --- app/controllers/PoolController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/PoolController.php b/app/controllers/PoolController.php index 053495d..01bbe6f 100755 --- a/app/controllers/PoolController.php +++ b/app/controllers/PoolController.php @@ -12,6 +12,7 @@ class PoolController extends ApplicationController 'before' => [ 'user_can_see_posts' => ['only' => ['zip']], 'member_only' => ['only' => ['destroy', 'update', 'add_post', 'remove_post', 'import', 'zip']], + 'post_member_only' => ['only' => ['create']], 'contributor_only' => ['only' => ['copy', 'transfer_metadata']] ] ];