r103343 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103342‎ | r103343 | r103344 >
Date:17:56, 16 November 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fix for autocompleting on URL properties, thanks to FlooD
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
@@ -85,7 +85,7 @@
8686 $values = array();
8787 foreach ( $res as $value ) {
8888 if ( $value instanceof SMWDIUri ) {
89 - $values[] = $value->getFragment();
 89+ $values[] = $value->getURI();
9090 } else {
9191 // getSortKey() seems to return the
9292 // correct value for all the other