Skip to content
  • Ruslan Zakirov's avatar
    fix passing arrays, hashes and code into templates · 027bc25b
    Ruslan Zakirov authored
    It was always intention to make XXX => [...] arguments
    to $template->Parse method to be available in template's
    code as @XXX, but it was broken.
    
    This is a fix, not a backwards incompatible change, as we
    have GnuPG errors notification templates that rely on
    such behavior.
    027bc25b