r60610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60609‎ | r60610 | r60611 >
Date:18:42, 4 January 2010
Author:yaron
Status:deferred
Tags:
Comment:
Added getParameters() function
Modified paths:
  • /trunk/extensions/SemanticResultFormats/BibTeX/SRF_BibTeX.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/BibTeX/SRF_BibTeX.php
@@ -301,6 +301,11 @@
302302 return $result;
303303 }
304304
 305+ public function getParameters() {
 306+ $params = parent::exportFormatParameters();
 307+ return $params;
 308+ }
 309+
305310 }
306311
307312 /**

Status & tagging log