summaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-01-14 20:30:28 +0100
committerBart Visscher <bartv@thisnet.nl>2013-01-16 18:09:16 +0100
commita8f963d9cf5b243cae497450af78c20cbc367b4b (patch)
treefd23acd48a702fe247e81c25e1f98a6f214a30ae /lib/public/util.php
parentcb0fd30458c29db7667582b7c182b4d530366634 (diff)
downloadnextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.tar.gz
nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.zip
Spaces to tabs
Diffstat (limited to 'lib/public/util.php')
-rw-r--r--lib/public/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/util.php b/lib/public/util.php
index 1320ffabd80..8197482c0dd 100644
--- a/lib/public/util.php
+++ b/lib/public/util.php
@@ -203,7 +203,7 @@ class Util {
$host_name = self::getServerHostName();
// handle localhost installations
if ($host_name === 'localhost') {
- $host_name = "example.com";
+ $host_name = "example.com";
}
return $user_part.'@'.$host_name;
}