diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-01-14 20:30:28 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-01-16 18:09:16 +0100 |
commit | a8f963d9cf5b243cae497450af78c20cbc367b4b (patch) | |
tree | fd23acd48a702fe247e81c25e1f98a6f214a30ae /lib/public | |
parent | cb0fd30458c29db7667582b7c182b4d530366634 (diff) | |
download | nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.tar.gz nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.zip |
Spaces to tabs
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/api.php | 4 | ||||
-rw-r--r-- | lib/public/util.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/api.php b/lib/public/api.php index a85daa1935c..95d333f2165 100644 --- a/lib/public/api.php +++ b/lib/public/api.php @@ -26,7 +26,7 @@ namespace OCP; * This class provides functions to manage apps in ownCloud */ class API { - + /** * registers an api call * @param string $method the http method @@ -40,5 +40,5 @@ class API { public static function register($method, $url, $action, $app, $authLevel = OC_API::USER_AUTH, $defaults = array(), $requirements = array()){ \OC_API::register($method, $url, $action, $app, $authLevel, $defaults, $requirements); } - + } 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; } |