diff options
author | cash <cash.costello@gmail.com> | 2013-04-19 20:28:51 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-04-19 20:28:51 -0400 |
commit | 863d45bb76d5bce2dabe32acc6f7d1f5400d568d (patch) | |
tree | be52131c535c5b84897b79f49dfce59041450995 /actions/comments | |
parent | aa409144fcac454c8f6e2566606e0fb206d933d7 (diff) | |
parent | 7b002adf2fd383e6a0e7e4b93890720d99750282 (diff) | |
download | elgg-863d45bb76d5bce2dabe32acc6f7d1f5400d568d.tar.gz elgg-863d45bb76d5bce2dabe32acc6f7d1f5400d568d.tar.bz2 |
Merge pull request #5325 into 1.8 branch
Diffstat (limited to 'actions/comments')
-rw-r--r-- | actions/comments/delete.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/comments/delete.php b/actions/comments/delete.php index f2c058ff4..c6b481da4 100644 --- a/actions/comments/delete.php +++ b/actions/comments/delete.php @@ -5,11 +5,6 @@ * @package Elgg */ -// Ensure we're logged in -if (!elgg_is_logged_in()) { - forward(); -} - // Make sure we can get the comment in question $annotation_id = (int) get_input('annotation_id'); $comment = elgg_get_annotation_from_id($annotation_id); |