[Koha-bugs] [Bug 6874] File upload in MARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 23 03:48:44 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|master                      |3.14

--- Comment #77 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
This feature is lacking unit tests for the new C4::UploadedFiles, and at first
glance does not look Plack-safe:

my $upload_path = C4::Context->preference('uploadPath');

is at a file level, but $upload_path is used in subroutines.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list