r46922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46921‎ | r46922 | r46923 >
Date:15:18, 6 February 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
getTypeID() should now be getPropertyTypeID()
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php
@@ -126,7 +126,7 @@
127127 public function getTypeID() {
128128 if ($this->m_typeid === false) {
129129 if ($this->m_mode == SMWPrintRequest::PRINT_PROP) {
130 - $this->m_typeid = $this->m_data->getTypeID();
 130+ $this->m_typeid = $this->m_data->getPropertyTypeID();
131131 } else {
132132 $this->m_typeid = '_wpg'; // return objects might be titles, but anyway
133133 }

Status & tagging log