Index: trunk/extensions/SemanticForms/includes/SF_Utils.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | $values = array(); |
87 | 87 | foreach ( $res as $value ) { |
88 | 88 | if ( $value instanceof SMWDIUri ) { |
89 | | - $values[] = $value->getFragment(); |
| 89 | + $values[] = $value->getURI(); |
90 | 90 | } else { |
91 | 91 | // getSortKey() seems to return the |
92 | 92 | // correct value for all the other |