View | Details | Raw Unified | Return to bug 20428
Collapse All | Expand All

(-)a/Koha/UploadedFile.pm (-2 / +1 lines)
Lines 168-174 Returns root directory for temporary storage Link Here
168
168
169
sub temporary_directory {
169
sub temporary_directory {
170
    my ( $class ) = @_;
170
    my ( $class ) = @_;
171
    return File::Spec->tmpdir;
171
    return C4::Context->config('upload_tmp_path') || File::Spec->tmpdir;
172
}
172
}
173
173
174
=head3 _type
174
=head3 _type
175
- 

Return to bug 20428