Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | case SMWPrintRequest::PRINT_CATS: |
71 | 71 | return htmlspecialchars($this->m_label); // TODO: link to Special:Categories |
72 | 72 | case SMWPrintRequest::PRINT_CCAT: |
73 | | - return $linker->makeLinkObj($this->m_data->getTitle(), htmlspecialchars($this->m_label)); |
| 73 | + return $linker->makeLinkObj($this->m_data, htmlspecialchars($this->m_label)); |
74 | 74 | case SMWPrintRequest::PRINT_PROP: |
75 | 75 | return $this->m_data->getShortHTMLText($linker); |
76 | 76 | case SMWPrintRequest::PRINT_THIS: default: return htmlspecialchars($this->m_label); |