Index: branches/REL1_18/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -77,7 +77,6 @@ |
78 | 78 | 'ar_namespace' => $ns, |
79 | 79 | 'ar_title' . $dbr->buildLike( $prefix, $dbr->anyString() ), |
80 | 80 | ); |
81 | | - } |
82 | 81 | return self::listPages( $dbr, $conds ); |
83 | 82 | } |
84 | 83 | |