فهرست منبع

entity_insert needs to call continue in place of break whenever a bundle-specific HeartbeatType is iterated over

logicp 7 سال پیش
والد
کامیت
ffa5941e36
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      heartbeat.module

+ 1 - 1
heartbeat.module

@@ -129,7 +129,7 @@ function heartbeat_entity_insert(EntityInterface $entity) {
 
               $heartbeatActivity->setMessage($heartbeatMessage);
               $heartbeatActivity->save();
-              break;
+              continue;
             }
 
             $heartbeatMessage = Heartbeat::buildMessage($tokenService, $preparsedMessageString, $entities, $entity->getEntityTypeId(), $media);