Merge "Fixed missing space in User CAS exception"
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 24 Jul 2015 09:10:58 +0000 (09:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 24 Jul 2015 09:10:58 +0000 (09:10 +0000)
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."
                        );
                }