aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/actions/annotations/page/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/actions/annotations/page/delete.php')
-rw-r--r--mod/pages/actions/annotations/page/delete.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/pages/actions/annotations/page/delete.php b/mod/pages/actions/annotations/page/delete.php
index 792b7c0bc..156b516d2 100644
--- a/mod/pages/actions/annotations/page/delete.php
+++ b/mod/pages/actions/annotations/page/delete.php
@@ -5,11 +5,6 @@
* @package ElggPages
*/
-// Ensure we're logged in
-if (!elgg_is_logged_in()) {
- forward();
-}
-
// Make sure we can get the annotations and entity in question
$annotation_id = (int) get_input('annotation_id');
$annotation = elgg_get_annotation_from_id($annotation_id);