Skip to content
Snippets Groups Projects
Commit 33ee0060 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix incorrect constant reference

Fixes #958
parent 04963796
No related branches found
No related tags found
No related merge requests found
......@@ -1010,7 +1010,7 @@ class UserAccount extends UserAccountModel {
}
elseif ($vars['backend'] && $vars['backend'] != 'client') {
// Auto confirm remote accounts
$account->setStatus(self::CONFIRMED);
$account->setStatus(UserAccountStatus::CONFIRMED);
}
$account->save(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment