Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php |
— | — | @@ -260,7 +260,7 @@ |
261 | 261 | break; |
262 | 262 | case SMWPrintRequest::PRINT_CATS: |
263 | 263 | if ( SMWResultArray::$catcacheobj != $this->m_result->getHash() ) { |
264 | | - SMWResultArray::$catcache = $this->m_store->getPropertyValues($this->m_result,SMWPropertyValue::makeProperty('_INST')); |
| 264 | + SMWResultArray::$catcache = $this->m_store->getPropertyValues($this->m_result,SMWPropertyValue::makeProperty('_INST'), NULL, $this->m_printrequest->getOutputFormat()); |
265 | 265 | SMWResultArray::$catcacheobj = $this->m_result->getHash(); |
266 | 266 | } |
267 | 267 | $this->m_content = SMWResultArray::$catcache; |