diff options
Diffstat (limited to 'actions/comments')
-rw-r--r-- | actions/comments/add.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/comments/add.php b/actions/comments/add.php index 434342656..67429f033 100644 --- a/actions/comments/add.php +++ b/actions/comments/add.php @@ -9,7 +9,6 @@ // Make sure we're logged in; forward to the front page if not gatekeeper(); -action_gatekeeper(); // Get input $entity_guid = (int) get_input('entity_guid'); @@ -66,4 +65,4 @@ system_message(elgg_echo("generic_comment:posted")); add_to_river('annotation/annotate','comment',$user->guid,$entity->guid, "", 0, $annotation); // Forward to the entity page -forward($entity->getURL());
\ No newline at end of file +forward($entity->getURL()); |