Index: trunk/phase3/includes/Title.php |
— | — | @@ -2153,13 +2153,14 @@ |
2154 | 2154 | |
2155 | 2155 | /** |
2156 | 2156 | * Compiles list of active page restrictions from both page table (pre 1.10) |
2157 | | - * and page_restrictions table for this existing page |
| 2157 | + * and page_restrictions table for this existing page. |
| 2158 | + * Public for usage by LiquidThreads. |
2158 | 2159 | * |
2159 | 2160 | * @param $rows array of db result objects |
2160 | 2161 | * @param $oldFashionedRestrictions string comma-separated list of page |
2161 | 2162 | * restrictions from page table (pre 1.10) |
2162 | 2163 | */ |
2163 | | - private function loadRestrictionsFromRows( $rows, $oldFashionedRestrictions = null ) { |
| 2164 | + public function loadRestrictionsFromRows( $rows, $oldFashionedRestrictions = null ) { |
2164 | 2165 | $dbr = wfGetDB( DB_SLAVE ); |
2165 | 2166 | |
2166 | 2167 | $restrictionTypes = $this->getRestrictionTypes(); |