http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5600
--- Comment #21 from Julian Maurice <[email protected]> --- Created attachment 11331 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11331&action=edit Bug 5600 follow-up: Fix commandline check in order to work under Plack With plackup, @ARGV can contains elements so we can't check the size of @ARGV to tell whether we are in command line mode or not. Instead we check environment variable GATEWAY_INTERFACE. Also fix the use of a global variable in a subroutine -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
