summaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/TwoFactorChallengeController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/TwoFactorChallengeController.php b/core/Controller/TwoFactorChallengeController.php
index af69b55173e..52d015903c8 100644
--- a/core/Controller/TwoFactorChallengeController.php
+++ b/core/Controller/TwoFactorChallengeController.php
@@ -70,7 +70,7 @@ class TwoFactorChallengeController extends Controller {
* @return string
*/
protected function getLogoutUrl() {
- return OC_User::getLogoutUrl();
+ return OC_User::getLogoutUrl($this->urlGenerator);
}
/**