Verified Commit ba55ee8e authored by Dave Long's avatar Dave Long
Browse files

Issue #3328497 by DanielVeza, larowlan, longwave, quietone: Stop unneeded...

Issue #3328497 by DanielVeza, larowlan, longwave, quietone: Stop unneeded cycles in ActionListBuilder::load

(cherry picked from commit 3424bb2f)
parent 0b863641
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public function load() {
    foreach ($entities as $entity) {
      if ($entity->isConfigurable()) {
        $this->hasConfigurableActions = TRUE;
        continue;
        break;
      }
    }
    return $entities;