Commit 8d41fefb authored by Adam Cornell's avatar Adam Cornell Committed by Christopher C. Wells
Browse files

Issue #3284487 by kazajhodo, wells: calendar_link no longer allows boolean as 4th parameter

parent 25c4dd50
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -203,6 +203,10 @@ class CalendarLinkTwigExtension extends AbstractExtension {
      }
    }

    if (is_int($data)) {
      return (string) $data;
    }

    if (is_string($data)) {
      return $data;
    }