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

(-)a/Koha/I18N.pm (-2 / +1 lines)
Lines 194-200 sub _base_directory { Link Here
194
    my $dir = first { -d } @dirs;
194
    my $dir = first { -d } @dirs;
195
195
196
    unless ($dir) {
196
    unless ($dir) {
197
        die "The PO directory has not been found. There is a problem in your Koha installation.";
197
        warn "The PO directory has not been found. There is a problem in your Koha installation.";
198
    }
198
    }
199
199
200
    return $dir;
200
    return $dir;
201
- 

Return to bug 35174