From 139c32618ed3d7979f813fb012d5358c40bafc82 Mon Sep 17 00:00:00 2001 From: Dereckson Date: Mon, 27 Aug 2012 11:54:47 +0200 Subject: [PATCH] (bug 39672) Fixing quote. Change-Id: I2a8d968075acede726ba670f5ae000996e388288 --- includes/Uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ); } } -- 2.20.1