Fix typo.

This commit is contained in:
Thomas Tanghus 2012-05-07 04:45:31 +02:00
parent 65b9850e53
commit cde60dba0f
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Util {
* reverse proxies * reverse proxies
*/ */
public static function getServerHost() { public static function getServerHost() {
return(\OC_Helper::severHost()); return(\OC_Helper::serverHost());
} }
/** /**