Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/auth/password/PhabricatorAuthPasswordException.php b/src/applications/auth/password/PhabricatorAuthPasswordException.php
index d4b13bb10c..fa749722af 100644
--- a/src/applications/auth/password/PhabricatorAuthPasswordException.php
+++ b/src/applications/auth/password/PhabricatorAuthPasswordException.php
@@ -1,28 +1,28 @@
<?php
final class PhabricatorAuthPasswordException
extends Exception {
private $passwordError;
- private $confirmErorr;
+ private $confirmError;
public function __construct(
$message,
$password_error,
$confirm_error = null) {
$this->passwordError = $password_error;
$this->confirmError = $confirm_error;
parent::__construct($message);
}
public function getPasswordError() {
return $this->passwordError;
}
public function getConfirmError() {
return $this->confirmError;
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 3:54 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
976
Default Alt Text
(911 B)

Event Timeline