diff --git a/ParagraphsItemEntity.inc b/ParagraphsItemEntity.inc
index ef6fd51..6b0a009 100644
--- a/ParagraphsItemEntity.inc
+++ b/ParagraphsItemEntity.inc
@@ -295,6 +295,7 @@ class ParagraphsItemEntity extends Entity {
         if (!$this->isInUse()) {
           $query->age(FIELD_LOAD_REVISION);
         }
+        $query->addTag('DANGEROUS_ACCESS_CHECK_OPT_OUT');
         $result = $query->execute();
         list($this->hostEntityType, $data) = each($result);
 
