From: Aaron Schulz Date: Mon, 25 Aug 2008 20:52:13 +0000 (+0000) Subject: mark these 'public' X-Git-Tag: 1.31.0-rc.0~45666 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=f0ff1cca9c426929d3be7e2613a11f0a8eb24412;p=lhc%2Fweb%2Fwiklou.git mark these 'public' --- 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':