From a6c6f7361d530121923eb0e48ec64e5eb51b3b8f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 19 Nov 2008 00:02:23 +0000 Subject: [PATCH] * Remove incomplete isFileCacheable(), the parent one is fine * Break long line --- includes/Category.php | 4 +++- includes/CategoryPage.php | 13 ------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/includes/Category.php b/includes/Category.php index dcb44609b1..8dc7978408 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -1,6 +1,8 @@ getVal( 'from' ) - || $wgRequest->getVal( 'until' ) - ) ? false : true; - } - function openShowCategory() { # For overloading } -- 2.20.1