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

(-)a/plugins/plugins-upload.pl (-3 / +2 lines)
Lines 86-94 if ($plugins_enabled) { Link Here
86
                $template->param( ERRORS => [ \%errors ] );
86
                $template->param( ERRORS => [ \%errors ] );
87
                output_html_with_http_headers $input, $cookie, $template->output;
87
                output_html_with_http_headers $input, $cookie, $template->output;
88
                exit;
88
                exit;
89
            } else {
90
                Koha::Plugins->new()->InstallPlugins();
91
            }
89
            }
90
91
            Koha::Plugins->new()->InstallPlugins();
92
        }
92
        }
93
    } elsif ( ( $op eq 'Upload' ) && !$uploadfile ) {
93
    } elsif ( ( $op eq 'Upload' ) && !$uploadfile ) {
94
        warn "Problem uploading file or no file uploaded.";
94
        warn "Problem uploading file or no file uploaded.";
95
- 

Return to bug 21073