]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581693: Missing whitespace for the auth_failure_action hook
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 25 Jul 2010 12:08:19 +0000 (14:08 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 25 Jul 2010 12:08:19 +0000 (14:08 +0200)
r/a=mkanat

template/en/default/global/user-error.html.tmpl

index efd5f70012cec49815f75f849abeb3fcdcc1de8e..635c02971c86afd61f43657f5b59d81537ce06a5 100644 (file)
     [% ELSIF action == "approve" %]
       approve
     [% ELSE %]
-      [% Hook.process('auth_failure_action') %]
+      [%+ Hook.process('auth_failure_action') %]
     [% END %]
 
     [% IF object == "administrative_pages" %]