[Pkg-owncloud-commits] [owncloud] 26/49: Correct property name. It's 'dbpassword', with the 'db' prefix.

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 401728b2a2e4f0e4afc6249adf0a818c2a625ac0
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Thu Nov 28 11:27:05 2013 +0100

    Correct property name. It's 'dbpassword', with the 'db' prefix.
---
 lib/private/setup/oci.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/setup/oci.php b/lib/private/setup/oci.php
index f53d986..e6475d9 100644
--- a/lib/private/setup/oci.php
+++ b/lib/private/setup/oci.php
@@ -140,7 +140,7 @@ class OCI extends AbstractDatabase {
 	 */
 	private function createDBUser($connection) {
 		$name = $this->dbuser;
-		$password = $this->password;
+		$password = $this->dbpassword;
 		$query = "SELECT * FROM all_users WHERE USERNAME = :un";
 		$stmt = oci_parse($connection, $query);
 		if (!$stmt) {

-- 
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