mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 09:30:22 +00:00
MFT r91774
This commit is contained in:
parent
bd5d63fcf0
commit
aff269967f
|
@ -32,7 +32,7 @@ class RSSHooks {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( count( $wgRSSAllowedFeeds ) && !in_array( $input, $wgRSSAllowedFeeds ) ) {
|
if ( count( $wgRSSAllowedFeeds ) && !in_array( $input, $wgRSSAllowedFeeds ) ) {
|
||||||
return wfMsg( 'rss-url-permission ' );
|
return wfMsg( 'rss-url-permission' );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !Http::isValidURI( $input ) ) {
|
if ( !Http::isValidURI( $input ) ) {
|
||||||
|
|
Loading…
Reference in a new issue