aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-04-19 20:28:51 -0400
committercash <cash.costello@gmail.com>2013-04-19 20:28:51 -0400
commit863d45bb76d5bce2dabe32acc6f7d1f5400d568d (patch)
treebe52131c535c5b84897b79f49dfce59041450995 /actions
parentaa409144fcac454c8f6e2566606e0fb206d933d7 (diff)
parent7b002adf2fd383e6a0e7e4b93890720d99750282 (diff)
downloadelgg-863d45bb76d5bce2dabe32acc6f7d1f5400d568d.tar.gz
elgg-863d45bb76d5bce2dabe32acc6f7d1f5400d568d.tar.bz2
Merge pull request #5325 into 1.8 branch
Diffstat (limited to 'actions')
-rw-r--r--actions/comments/delete.php5
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);