Fixed missing space in User CAS exception
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 23 Jul 2015 20:51:37 +0000 (13:51 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 23 Jul 2015 20:51:37 +0000 (13:51 -0700)
Change-Id: Ibb34a3bd33c1eb92a2e2787a7e2402615ef02ccd

includes/User.php

index 4c044bd..cefbe62 100644 (file)
@@ -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."
                        );
                }