Browse Source

Fix typo for UserManager variable

Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
pull/2606/head
Sandro Lutz 10 years ago
parent
commit
20f878b014
  1. 2
      core/Controller/LoginController.php

2
core/Controller/LoginController.php

@ -215,7 +215,7 @@ class LoginController extends Controller {
return $this->generateRedirect($redirect_url);
}
if ($this->manager instanceof PublicEmitter) {
if ($this->userManager instanceof PublicEmitter) {
$this->userManager->emit('\OC\User', 'preLogin', array($user, $password));
}

Loading…
Cancel
Save