MFT r91774

This commit is contained in:
Sam Reed 2011-07-09 02:17:08 +00:00
parent bd5d63fcf0
commit aff269967f

View file

@ -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 ) ) {