From: Dereckson Date: Mon, 27 Aug 2012 09:54:47 +0000 (+0200) Subject: (bug 39672) Fixing quote. X-Git-Tag: 1.31.0-rc.0~22591 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=139c32618ed3d7979f813fb012d5358c40bafc82;p=lhc%2Fweb%2Fwiklou.git (bug 39672) Fixing quote. Change-Id: I2a8d968075acede726ba670f5ae000996e388288 --- diff --git a/includes/Uri.php b/includes/Uri.php index f6cf06f03f..deabbb2c78 100644 --- a/includes/Uri.php +++ b/includes/Uri.php @@ -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." ); } }