diff options
Diffstat (limited to 'actions/comments/delete.php')
| -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);  | 
