Skip to content
  • Marvin Scholz's avatar
    Fix: Remove broken XSLT loader cache invalidation · 858ff390
    Marvin Scholz authored
    The XSLT loader caches the admin path from the config file and
    invalidates it by comparing the stored path with the one in the config.
    But to the stored path a / is appended, which means the cache would
    always invalidate as it never matches.
    858ff390