Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * @file SMW_PropertyPage.php |
12 | 12 | * @ingroup SMW |
13 | 13 | * |
14 | | - * @author: Markus Krötzsch |
| 14 | + * @author Markus Krötzsch |
15 | 15 | */ |
16 | 16 | class SMWPropertyPage extends SMWOrderedListPage { |
17 | 17 | |
— | — | @@ -142,7 +142,7 @@ |
143 | 143 | |
144 | 144 | for ( $index = $start; $index < $ac; $index++ ) { |
145 | 145 | $diWikiPage = $this->diWikiPages[$index]; |
146 | | - $dvWikiPage = SMWDataValueFactory::newDataItemValue( $diWikiPage, $this->mProperty ); |
| 146 | + $dvWikiPage = SMWDataValueFactory::newDataItemValue( $diWikiPage, null ); |
147 | 147 | $sortkey = smwfGetStore()->getWikiPageSortKey( $diWikiPage ); |
148 | 148 | $start_char = $wgContLang->convert( $wgContLang->firstChar( $sortkey ) ); |
149 | 149 | |