Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Property.php |
— | — | @@ -111,6 +111,7 @@ |
112 | 112 | */ |
113 | 113 | protected function unstub() { |
114 | 114 | if (is_array($this->m_stubdata)) { |
| 115 | + SMWPropertyValue::initProperties(); |
115 | 116 | if ($this->m_stubdata[0]{0} == '_') { // internal id, use as is (and hope it is still known) |
116 | 117 | $this->m_propertyid = $this->m_stubdata[0]; |
117 | 118 | } else { // possibly name of special property |