Fix typo for UserManager variable
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
This commit is contained in:
parent
6feff0ceba
commit
20f878b014
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class LoginController extends Controller {
|
||||||
return $this->generateRedirect($redirect_url);
|
return $this->generateRedirect($redirect_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->manager instanceof PublicEmitter) {
|
if ($this->userManager instanceof PublicEmitter) {
|
||||||
$this->userManager->emit('\OC\User', 'preLogin', array($user, $password));
|
$this->userManager->emit('\OC\User', 'preLogin', array($user, $password));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue