From 4627bbd5457adebc5a506352406a77beab50e3af Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 23 Aug 2008 20:35:23 +0000 Subject: [PATCH] forgot debugging code --- includes/specials/SpecialAllpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialAllpages.php b/includes/specials/SpecialAllpages.php index 9745b5f551..efc3dc945d 100644 --- a/includes/specials/SpecialAllpages.php +++ b/includes/specials/SpecialAllpages.php @@ -136,7 +136,7 @@ class SpecialAllpages extends IncludableSpecialPage { global $wgMemc; $key = wfMemcKey( 'allpages', 'ns', $namespace, $from, $to ); - $lines = '';//$wgMemc->get( $key ); + $lines = $wgMemc->get( $key ); $count = $dbr->estimateRowCount( 'page', '*', $where, __METHOD__ ); $maxPerSubpage = intval($count/$this->maxLineCount); -- 2.20.1