r69320 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69319‎ | r69320 | r69321 >
Date:00:31, 14 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed php notice
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php
@@ -220,7 +220,7 @@
221221 * @param array $params
222222 * @param $outputmode
223223 */
224 - protected function readParameters( array $params, $outputmode ) {
 224+ protected function readParameters( /* array */ $params, $outputmode ) {
225225 $this->m_params = $params;
226226
227227 if ( array_key_exists( 'intro', $params ) ) {

Status & tagging log