summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-05-08 16:29:15 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-05-22 13:59:08 +0200
commit1f1abe595d413883f060f5f2983bac654e0ec7ef (patch)
treee2fc2a49006076585143510f6ac0341052d8bbd8 /lib/setup.php
parentcbd5eb9a1a77a5bcbcb843be21e95bccec26dedb (diff)
downloadnextcloud-server-1f1abe595d413883f060f5f2983bac654e0ec7ef.tar.gz
nextcloud-server-1f1abe595d413883f060f5f2983bac654e0ec7ef.zip
cleanup codestyle
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php
index 6f608ec5fb1..a63cc664dbc 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -456,7 +456,7 @@ class OC_Setup {
} else {
$easy_connect_string = '//'.$e_host.'/'.$e_dbname;
}
- \OC_Log::write('setup oracle', 'connect string: '.$easy_connect_string, \OC_Log::DEBUG);
+ \OC_Log::write('setup oracle', 'connect string: ' . $easy_connect_string, \OC_Log::DEBUG);
$connection = @oci_connect($dbuser, $dbpass, $easy_connect_string);
if(!$connection) {
$e = oci_error();