summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 14:05:51 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-07 14:08:29 +0200
commit5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd (patch)
tree33bfcfcc47fe61dd6f7586cf96091e470ffee6e3 /lib/base.php
parent386d1ac49f0e759c3ed7f23f2df86b721a72b9d1 (diff)
downloadnextcloud-server-5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd.tar.gz
nextcloud-server-5e55b4d6e77b91e29838d26765e7f1bd55fe6bbd.zip
Whitespace fixes in lib
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/base.php b/lib/base.php
index cbcbdd2ad03..a145fd1cf23 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -51,7 +51,7 @@ class OC{
*/
public static $THIRDPARTYWEBROOT = '';
/**
- * The installation path array of the apps folder on the server (e.g. /srv/http/owncloud) 'path' and
+ * The installation path array of the apps folder on the server (e.g. /srv/http/owncloud) 'path' and
* web path in 'url'
*/
public static $APPSROOTS = array();
@@ -95,7 +95,7 @@ class OC{
}else{
return false;
}
-
+
if($fullPath = stream_resolve_include_path($path)) {
require_once $path;
}
@@ -533,10 +533,10 @@ class OC{
}
OC_App::loadApps();
-
+
//setup extra user backends
OC_User::setupBackends();
-
+
if(OC_User::login($_POST["user"], $_POST["password"])) {
if(!empty($_POST["remember_login"])) {
if(defined("DEBUG") && DEBUG) {