Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | public function getTypeID() { |
128 | 128 | if ($this->m_typeid === false) { |
129 | 129 | if ($this->m_mode == SMWPrintRequest::PRINT_PROP) { |
130 | | - $this->m_typeid = $this->m_data->getTypeID(); |
| 130 | + $this->m_typeid = $this->m_data->getPropertyTypeID(); |
131 | 131 | } else { |
132 | 132 | $this->m_typeid = '_wpg'; // return objects might be titles, but anyway |
133 | 133 | } |