[Pkg-owncloud-commits] [owncloud] 27/49: There is no property such as dbusername. It's 'dbuser'.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 21bf6abd4100c4598ac7a935f5b9f0f0388c24cd
Author: Andreas Fischer <bantu at owncloud.com>
Date: Thu Nov 28 11:29:04 2013 +0100
There is no property such as dbusername. It's 'dbuser'.
---
lib/private/setup/oci.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/private/setup/oci.php b/lib/private/setup/oci.php
index e6475d9..997d50c 100644
--- a/lib/private/setup/oci.php
+++ b/lib/private/setup/oci.php
@@ -74,12 +74,12 @@ class OCI extends AbstractDatabase {
$this->createDBUser($connection);
- \OC_Config::setValue('dbuser', $this->dbusername);
- \OC_Config::setValue('dbname', $this->dbusername);
+ \OC_Config::setValue('dbuser', $this->dbuser);
+ \OC_Config::setValue('dbname', $this->dbuser);
\OC_Config::setValue('dbpassword', $this->dbpassword);
//create the database not neccessary, oracle implies user = schema
- //$this->createDatabase($this->dbname, $this->dbusername, $connection);
+ //$this->createDatabase($this->dbname, $this->dbuser, $connection);
} else {
\OC_Config::setValue('dbuser', $this->dbuser);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list