From: Aaron Schulz Date: Thu, 23 Jul 2015 20:51:37 +0000 (-0700) Subject: Fixed missing space in User CAS exception X-Git-Tag: 1.31.0-rc.0~10664^2 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=dc713626b1c5fe8501d071fa5d49bab57d5a3449;p=lhc%2Fweb%2Fwiklou.git Fixed missing space in User CAS exception Change-Id: Ibb34a3bd33c1eb92a2e2787a7e2402615ef02ccd --- diff --git a/includes/User.php b/includes/User.php index 4c044bde15..cefbe622f3 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3689,7 +3689,7 @@ class User implements IDBAccessObject { $from = ( $this->queryFlagsUsed & self::READ_LATEST ) ? 'master' : 'slave'; throw new MWException( "CAS update failed on user_touched for user ID '{$this->mId}' (read from $from);" . - "the version of the user to be saved is older than the current version." + " the version of the user to be saved is older than the current version." ); }