From: Aaron Schulz Date: Wed, 19 Nov 2008 00:02:23 +0000 (+0000) Subject: * Remove incomplete isFileCacheable(), the parent one is fine X-Git-Tag: 1.31.0-rc.0~44272 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_user_edit%27%2C%20iduser=user.userid%29%20%7D%7D?a=commitdiff_plain;h=a6c6f7361d530121923eb0e48ec64e5eb51b3b8f;p=lhc%2Fweb%2Fwiklou.git * Remove incomplete isFileCacheable(), the parent one is fine * Break long line --- 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 }