r74672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74671‎ | r74672 | r74673 >
Date:16:35, 12 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r74667 - missed the obvious typo
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php
@@ -86,7 +86,7 @@
8787 * Constructor. The parameter $format is a format string
8888 * that may influence the processing details.
8989 */
90 - public function SMWResultPrinter( $format, $inline ) {
 90+ public function __construct( $format, $inline ) {
9191 global $smwgQDefaultLinking;
9292 $this->mFormat = $format;
9393 $this->mInline = $inline;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74667Undid change that is breaking stuff for some reason - will investigate furthe...jeroendedauw16:07, 12 October 2010

Status & tagging log