Verified Commit 8eca1886 authored by dpi's avatar dpi Committed by dpi
Browse files

Issue #3239400 by kunalkursija: TypeError: Argument 1 passed to...

Issue #3239400 by kunalkursija: TypeError: Argument 1 passed to Cache::invalidateTags() must be of the type array
parent 9051d17c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,8 +314,8 @@ class ScheduledTransition extends ContentEntityBase implements ScheduledTransiti
    $entity = $this->getEntity();
    if ($entity) {
      $tags[] = ScheduledTransitionsUtility::createScheduledTransitionsCacheTag($entity);
    }
      Cache::invalidateTags($tags);
    }
  }

}