Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php |
— | — | @@ -58,8 +58,8 @@ |
59 | 59 | $this->setHeaders(); |
60 | 60 | |
61 | 61 | // get the GET parameters |
62 | | - $this->propertystring = $wgRequest->getVal( 'property' ); |
63 | | - $this->valuestring = $wgRequest->getVal( 'value' ); |
| 62 | + $this->propertystring = $wgRequest->getText( 'property' ); |
| 63 | + $this->valuestring = $wgRequest->getText( 'value' ); |
64 | 64 | |
65 | 65 | $params = SMWInfolink::decodeParameters( $query, false ); |
66 | 66 | reset( $params ); |