mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix typo.
This commit is contained in:
parent
65b9850e53
commit
cde60dba0f
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class Util {
|
|||
* reverse proxies
|
||||
*/
|
||||
public static function getServerHost() {
|
||||
return(\OC_Helper::severHost());
|
||||
return(\OC_Helper::serverHost());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue