Bug 13779: (QA follow-up) Correct checkauth call in offline_circ/download.pl
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 7 Sep 2018 07:50:40 +0000 (09:50 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 17 Sep 2018 13:27:25 +0000 (14:27 +0100)
commitee2d5ae04dc4c5fed9f09c9067c3de0037cdba8e
treeeee06eedfca19f407d483bd1198a4e70d01f7252
parent89f6aacecc787affd07856d6c092f21bacab7993
Bug 13779: (QA follow-up) Correct checkauth call in offline_circ/download.pl

Script offline_circ/download.pl does not use the return values of
checkauth. So should not assign them to bad chosen variables that do
not correspond with checkauth but with get_template_and_user.

Test plan:
Look for $template, $loggedinuser, $cookie, $flags in the code.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit bf7082f854a1db9eb5b7eb77e5f450d018d8e07b)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
offline_circ/download.pl