From f0ff1cca9c426929d3be7e2613a11f0a8eb24412 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 25 Aug 2008 20:52:13 +0000 Subject: [PATCH] mark these 'public' --- includes/HTMLCacheUpdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/HTMLCacheUpdate.php b/includes/HTMLCacheUpdate.php index 68fbce1915..c678ecb81d 100644 --- a/includes/HTMLCacheUpdate.php +++ b/includes/HTMLCacheUpdate.php @@ -101,11 +101,11 @@ class HTMLCacheUpdate return $this->mPrefix; } - protected function getFromField() { + public function getFromField() { return $this->getPrefix() . '_from'; } - protected function getToCondition() { + public function getToCondition() { $prefix = $this->getPrefix(); switch ( $this->mTable ) { case 'pagelinks': -- 2.20.1