Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | * Constructor. The parameter $format is a format string |
88 | 88 | * that may influence the processing details. |
89 | 89 | */ |
90 | | - public function SMWResultPrinter( $format, $inline ) { |
| 90 | + public function __construct( $format, $inline ) { |
91 | 91 | global $smwgQDefaultLinking; |
92 | 92 | $this->mFormat = $format; |
93 | 93 | $this->mInline = $inline; |