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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 24 Sep 2018 09:39:46 +0000 (11:39 +0200)
commit73926ff81d8823f3dace210593feaa995e22d919
treee38add4189831c67daab7d94947cf28ad6564a95
parent157bc44132814d9387d76a97b97748e4b29e810c
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>
(cherry picked from commit ee2d5ae04dc4c5fed9f09c9067c3de0037cdba8e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
offline_circ/download.pl