Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | $query->sortkeys = $sort['keys']; |
131 | 131 | $query->addErrors( $sort['errors'] ); |
132 | 132 | $query->sort = count( $query->sortkeys ) > 0; // TODO: Why would we do this here? |
133 | | - var_dump($query->sortkeys);exit; |
| 133 | + |
134 | 134 | return $query; |
135 | 135 | } |
136 | 136 | |