]> git.koha-community.org Git - koha.git/commit
Bug 10277: (follow-up) if no userenv is set, act like a superlibrarian
authorGalen Charlton <gmc@esilibrary.com>
Mon, 30 Dec 2013 18:50:04 +0000 (18:50 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 7 Aug 2014 07:37:39 +0000 (09:37 +0200)
commit6a8ee565480d1dbb3a50675e022ee24bc0eda9b9
tree120e457e152a082cecf789141d9cb8ff050d8e57
parent618a119f0d737697a37b38cda0d5df7cc75ff7d2
Bug 10277: (follow-up) if no userenv is set, act like a superlibrarian

This patch fixes an error caught by t/db_dependent/Acquisition.t, and
adjusts C4::Context::IsSuperLibrarian() to return true if no
userenv is set. This is done on the basis that if no userenv is set,
calls to C4::Context routines are being made from a command-line script,
and if you have access to the command line of a running Koha instance,
you implicitly already have better than superlibrarian access.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 71b7d5629878bd5616dbb1db263a8fd943d3f7b9)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Context.pm