r57691 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57690‎ | r57691 | r57692 >
Date:00:10, 14 October 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added initialization of variable
Modified paths:
  • /trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php
@@ -48,6 +48,7 @@
4949 array_shift( $params ); // we already know the $parser ...
5050 $other_params = array();
5151 $query_result = null;
 52+ $results = array();
5253 foreach ( $params as $param ) {
5354 // very primitive heuristic - if the parameter
5455 // includes a square bracket, then it's a

Status & tagging log