Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -945,7 +945,7 @@ |
946 | 946 | |
947 | 947 | $query = new SMWQuery(); |
948 | 948 | // for SMW 1.5+, handling is quite easy |
949 | | - if (! class_exists('SMWResultArray')) { |
| 949 | + if (! class_exists('SMWTemplateResultPrinter')) { |
950 | 950 | return new SMWQueryResult($printouts, $query, $qr, $store, ($count > $num) ); |
951 | 951 | } |
952 | 952 | $result = new SMWQueryResult($printouts, $query, ($count > $num) ); |