Index: trunk/extensions/SemanticResultFormats/Array/SRF_Array.php |
— | — | @@ -275,8 +275,8 @@ |
276 | 276 | parent::readParameters( $params, $outputmode ); |
277 | 277 | $this->mDeliverPageTitle = true; |
278 | 278 | } |
279 | | - protected function deliverPageTitle( $value ) { |
280 | | - $this->mLastPageTitle = $this->deliverSingleValue( $value, false ); //remember the page title |
| 279 | + protected function deliverPageTitle( $value, $link = false ) { |
| 280 | + $this->mLastPageTitle = $this->deliverSingleValue( $value, $link ); //remember the page title |
281 | 281 | return null; //don't add page title into property list |
282 | 282 | } |
283 | 283 | protected function deliverPageProperties( $perProperty_items ) { |