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

(-)a/tools/upload-cover-image.pl (-2 / +1 lines)
Lines 61-67 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
61
        query           => $input,
61
        query           => $input,
62
        type            => "intranet",
62
        type            => "intranet",
63
        authnotrequired => 0,
63
        authnotrequired => 0,
64
        flagsrequired   => { tools => 'upload_cover_images' },
64
        flagsrequired   => { tools => 'upload_local_cover_images' },
65
        debug           => 0,
65
        debug           => 0,
66
    }
66
    }
67
);
67
);
68
- 

Return to bug 9065