mark these 'public'
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 25 Aug 2008 20:52:13 +0000 (20:52 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 25 Aug 2008 20:52:13 +0000 (20:52 +0000)
includes/HTMLCacheUpdate.php

index 68fbce1..c678ecb 100644 (file)
@@ -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':