Allow gender based localisation for 'lastmodifiedatby'
[lhc/web/wiklou.git] / includes / FeedUtils.php
index 38bff36..9a2a724 100644 (file)
@@ -13,7 +13,7 @@ class FeedUtils {
        }
 
        public static function checkFeedOutput( $type ) {
-               global $wgFeed, $wgOut, $wgFeedClasses;
+               global $wgFeed, $wgFeedClasses;
 
                if ( !$wgFeed ) {
                        global $wgOut;