comment about extranamespaces values that should not be >255
[lhc/web/wiklou.git] / includes / SpecialUncategorizedpages.php
index fc58e45..2d56ce9 100755 (executable)
@@ -28,6 +28,7 @@ class UncategorizedPagesPage extends PageQueryPage {
        function isExpensive() {
                return true;
        }
+       function isSyndicated() { return false; }
        
        function getSQL() {
                $dbr =& wfGetDB( DB_SLAVE );