Fix 2714 : backlink from special:whatlinkshere was hard set as 'existing'
[lhc/web/wiklou.git] / includes / SpecialShortpages.php
index 3ede86d..3792766 100644 (file)
@@ -26,7 +26,7 @@ class ShortPagesPage extends QueryPage {
         * This query is indexed as of 1.5
         */
        function isExpensive() {
-               return false;
+               return true;
        }
        
        function isSyndicated() {