r106257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106256‎ | r106257 | r106258 >
Date:22:15, 14 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix debug fail r106252
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php
@@ -129,7 +129,7 @@
130130 $query->sortkeys = $sort['keys'];
131131 $query->addErrors( $sort['errors'] );
132132 $query->sort = count( $query->sortkeys ) > 0; // TODO: Why would we do this here?
133 - var_dump($query->sortkeys);exit;
 133+
134134 return $query;
135135 }
136136

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106252follow up to r106220, code cleanupjeroendedauw22:08, 14 December 2011

Status & tagging log