https://bugzilla.wikimedia.org/show_bug.cgi?id=67387

--- Comment #8 from Sam Reed (reedy) <[email protected]> ---
reedy@mw1017:/usr/local/apache/common/php-1.24wmf11/extensions/WikimediaMessages$
grep "UploadForm:initial" WikimediaMessages.php -A 10
$wgHooks['UploadForm:initial'][] = function() {
        if ( wfMessage( 'licenses' )->inContentLanguage()->isDisabled() ) {
                throw new ErrorPageError( 'uploaddisabled',
'wikimedia-upload-nolicenses' );
        }
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to