r93179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93178‎ | r93179 | r93180 >
Date:14:21, 26 July 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
fixed a minor bug.
Modified paths:
  • /trunk/extensions/SemanticDrilldown/includes/SD_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/includes/SD_Utils.php
@@ -229,7 +229,7 @@
230230 $pageSchemaObj = new PSSchema( $category );
231231 if($pageSchemaObj->isPSDefined()){
232232 //Assuming one Category has a single filter.
233 - $filters_ps[] = SDFilter::loadAllFromPageSchema( $pageSchemaObj );
 233+ $filters_ps = SDFilter::loadAllFromPageSchema( $pageSchemaObj );
234234 $result_filters = array_merge($filters, $filters_ps);
235235 return $result_filters;
236236 }