mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
parent
d20e2002a6
commit
5a5c59639b
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ class OC_User {
|
|||
return $backend->getLogoutAttribute();
|
||||
}
|
||||
|
||||
return 'href="' . link_to('', 'index.php') . '?logout=true&requesttoken=' . urlencode(OC_Util::callRegister()) . '"';
|
||||
return 'href="' . link_to('', 'index.php') . '?logout=true&requesttoken=' . urlencode(OC_Util::callRegister()) . '"';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue