Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php |
— | — | @@ -391,6 +391,7 @@ |
392 | 392 | } |
393 | 393 | |
394 | 394 | if ( !isset( $this->m_params[$desckey] ) ) { |
| 395 | + // / @bug The current SMWStore will never return SMWConceptValue (an SMWDataValue) here; it might return SMWDIConcept (an SMWDataItem) |
395 | 396 | $dv = end( smwfGetStore()->getPropertyValues( SMWWikiPageValue::makePageFromTitle( $concept ), new SMWDIProperty( '_CONC' ) ) ); |
396 | 397 | if ( $dv instanceof SMWConceptValue ) { |
397 | 398 | $this->m_params[$desckey] = $dv->getDocu(); |