(bug 39672) Fixing quote.
authorDereckson <dereckson@espace-win.org>
Mon, 27 Aug 2012 09:54:47 +0000 (11:54 +0200)
committerDereckson <dereckson@espace-win.org>
Mon, 27 Aug 2012 09:54:47 +0000 (11:54 +0200)
Change-Id: I2a8d968075acede726ba670f5ae000996e388288

includes/Uri.php

index f6cf06f..deabbb2 100644 (file)
@@ -118,7 +118,7 @@ class Uri {
                } elseif ( $uri instanceof Uri ) {
                        $this->setComponents( $uri->getComponents() );
                } else {
-                       throw new MWException( __METHOD__ . ': $uri is not of a valid type.' );
+                       throw new MWException( __METHOD__ . ": $uri is not of a valid type." );
                }
        }