Index: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | } |
76 | 76 | |
77 | 77 | // Sort results so that they'll show up by page name |
78 | | - uasort( $results, 'self::compareQueryResults' ); |
| 78 | + uasort( $results, array( 'SCQQueryProcessor', 'compareQueryResults' ) ); |
79 | 79 | |
80 | 80 | $query_result = new SCQQueryResult( $next_result->getPrintRequests(), new SMWQuery(), $results, smwfGetStore() ); |
81 | 81 | |