Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/64353


Change subject: Remove trailing '
......................................................................

Remove trailing '

Change-Id: I91ae12816bff6d5b6a5ce315c45bae03efc281eb
---
M maintenance/createLocalAccount.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/53/64353/1

diff --git a/maintenance/createLocalAccount.php 
b/maintenance/createLocalAccount.php
index 43ec35a..6723d8f 100644
--- a/maintenance/createLocalAccount.php
+++ b/maintenance/createLocalAccount.php
@@ -16,7 +16,7 @@
        public function execute() {
                $username = $this->getArg( 0 );
                if ( !User::isValidUserName( $username ) ) {
-                       $this->error( "'$username' is an invalid username\n'" );
+                       $this->error( "'$username' is an invalid username\n" );
                        die( 1 );
                }
 
@@ -24,7 +24,7 @@
                // Normalize username
                $username = $user->getName();
                if ( $user->getId() ) {
-                       $this->error( "User '$username' already exists\n'" );
+                       $this->error( "User '$username' already exists\n" );
                } else {
                        global $wgAuth;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/64353
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91ae12816bff6d5b6a5ce315c45bae03efc281eb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to