Aaron Schulz has submitted this change and it was merged.
Change subject: Fixed missing space in User CAS exception
......................................................................
Fixed missing space in User CAS exception
Change-Id: Ibb34a3bd33c1eb92a2e2787a7e2402615ef02ccd
---
M includes/User.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Legoktm: Verified; Looks good to me, approved
Nikerabbit: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/User.php b/includes/User.php
index 4c044bd..cefbe62 100644
--- a/includes/User.php
+++ b/includes/User.php
@@ -3689,7 +3689,7 @@
$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."
);
}
--
To view, visit https://gerrit.wikimedia.org/r/226627
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb34a3bd33c1eb92a2e2787a7e2402615ef02ccd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits