From: Brian Wolff Date: Sun, 6 Mar 2011 09:14:04 +0000 (+0000) Subject: (follow-up: r83371) Fix variable name typo. $this to $loginForm. X-Git-Tag: 1.31.0-rc.0~31609 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=8cc82f9954f9cc7db96d20f050ceb335ec4672c7;p=lhc%2Fweb%2Fwiklou.git (follow-up: r83371) Fix variable name typo. $this to $loginForm. --- diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index e223dabd5a..7c8eaff42b 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -142,7 +142,7 @@ class ApiLogin extends ApiBase { case LoginForm::ABORTED: $result['result'] = 'Aborted'; - $result['reason'] = $this->mAbortLoginErrorMsg; + $result['reason'] = $loginForm->mAbortLoginErrorMsg; break; default: