[Koha-bugs] [Bug 15747] Auth.pm flooding error log with "CGI::param called in list context"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 15 17:34:42 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15747

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jesse Weaver from comment #14)
> (In reply to Jonathan Druart from comment #4)
> > Jesse, could you explain what you are doing with document.location.hash?
> > 
> > I do not understand the following line in includes/cateditor-ui.inc:
> > 
> > 1094         if ( "[% auth_forwarded_hash %]" ) {
> > 1095             document.location.hash = "[% auth_forwarded_hash %]";
> > 1096         }
> > 
> > Should not be:
> > 
> > 1094         [% IF auth_forwarded_hash %]
> > 1095             document.location.hash = "[% auth_forwarded_hash %]";
> > 1096         [% END %]
> > 
> > instead?
> 
> I don't quite remember why I did it that way. Your proposed change should be
> fine.

I let you fix it if you think it's needed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list