aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialDeadendpages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialDeadendpages.php')
-rw-r--r--includes/SpecialDeadendpages.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/SpecialDeadendpages.php b/includes/SpecialDeadendpages.php
index 2e1335e780bc..a571d68388db 100644
--- a/includes/SpecialDeadendpages.php
+++ b/includes/SpecialDeadendpages.php
@@ -18,8 +18,8 @@ class DeadendPagesPage extends PageQueryPage {
return false;
}
- function getSQL( $offset, $limit ) {
- return "SELECT cur_namespace AS namespace, cur_title as title, cur_title AS value " .
+ function getSQL() {
+ return "SELECT 'Deadendpages' as type, cur_namespace AS namespace, cur_title as title, cur_title AS value " .
"FROM cur LEFT JOIN links ON cur_id = l_from " .
"WHERE l_from IS NULL " .
"AND cur_namespace = 0 " .