Page MenuHomePhabricator

bug8157.patch

Authored By
bzimport
Nov 21 2014, 9:31 PM
Size
503 B
Referenced Files
None
Subscribers
None

bug8157.patch

Index: includes/SpecialUnusedtemplates.php
===================================================================
--- includes/SpecialUnusedtemplates.php (revision 25084)
+++ includes/SpecialUnusedtemplates.php (working copy)
@@ -22,7 +22,8 @@
FROM $page
LEFT JOIN $templatelinks
ON page_namespace = tl_namespace AND page_title = tl_title
- WHERE page_namespace = 10 AND tl_from IS NULL";
+ WHERE page_namespace = 10 AND tl_from IS NULL
+ AND page_is_redirect = 0";
return $sql;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3079
Default Alt Text
bug8157.patch (503 B)

Event Timeline