diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-07 04:45:31 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-07 04:46:09 +0200 |
commit | cde60dba0f45cbfbe32059a50eb37c41e9da990b (patch) | |
tree | bcfd0964515e5338106c14406b32419f57442f6c /lib/public/util.php | |
parent | 65b9850e5339d12fb8c62e32742533bc8166e233 (diff) | |
download | nextcloud-server-cde60dba0f45cbfbe32059a50eb37c41e9da990b.tar.gz nextcloud-server-cde60dba0f45cbfbe32059a50eb37c41e9da990b.zip |
Fix typo.
Diffstat (limited to 'lib/public/util.php')
-rw-r--r-- | lib/public/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/util.php b/lib/public/util.php index 4068d73370d..6a8adff0f5a 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -150,7 +150,7 @@ class Util { * reverse proxies */ public static function getServerHost() { - return(\OC_Helper::severHost()); + return(\OC_Helper::serverHost()); } /** |