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)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 14 Sep 2018 17:27:29 +0000 (17:27 +0000)
commitbf7082f854a1db9eb5b7eb77e5f450d018d8e07b
treee09e1b503105c4562d712bda1ccf7bd418806e45
parent331af8521b5fba4b5553c182888a4017b2ce9c3a
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>
offline_circ/download.pl