Skip to content

Commit

Permalink
Fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
grachov committed Jun 10, 2014
1 parent 106153c commit 81c9e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/login/controllers/web/ResetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getUser() {
$this->password = base64_decode(urldecode($_REQUEST['lp']));
if (empty($this->username) || empty($this->password)) {
return null;
}
}
/* validate we have correct user */
$this->user = $this->modx->getObject('modUser',array('username' => $this->username));
return $this->user;
Expand Down

0 comments on commit 81c9e50

Please sign in to comment.