Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_ResultArray.php |
— | — | @@ -127,7 +127,9 @@ |
128 | 128 | if ( $di === false ) { |
129 | 129 | return false; |
130 | 130 | } |
131 | | - if ( $this->mPrintRequest->getMode() == SMWPrintRequest::PRINT_PROP ) { |
| 131 | + if ( $this->mPrintRequest->getMode() == SMWPrintRequest::PRINT_PROP && |
| 132 | + ( $this->mPrintRequest->getTypeID() != '_rec' || |
| 133 | + $this->mPrintRequest->getParameter( 'index' ) === false ) ) { |
132 | 134 | $diProperty = $this->mPrintRequest->getData()->getDataItem(); |
133 | 135 | } else { |
134 | 136 | $diProperty = null; |