r97188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97187‎ | r97188 | r97189 >
Date:18:33, 15 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_URI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_URI.php
@@ -67,7 +67,7 @@
6868
6969 /// @todo This should be changed to the spelling getUri().
7070 public function getURI() {
71 - return $this->m_scheme . ':' . $this->m_hierpart .
 71+ return $this->m_scheme . '://' . $this->m_hierpart .
7272 ( $this->m_query ? '?' . $this->m_query : '' ) .
7373 ( $this->m_fragment ? '#' . $this->m_fragment : '' );
7474 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r97258fix bug 30912jeroendedauw12:44, 16 September 2011