Tell regexp parser to use extra analysis on external link regexp;
[lhc/web/wiklou.git] / includes / SpecialDoubleRedirects.php
index 126ef2b..1f21a3f 100644 (file)
@@ -22,6 +22,7 @@ class DoubleRedirectsPage extends PageQueryPage {
        }
        
        function isExpensive( ) { return true; }
+       function isSyndicated() { return false; }
 
        function getPageHeader( ) {
                #FIXME : probably need to add a backlink to the maintenance page.