[Pkg-owncloud-commits] [owncloud] 31/172: Make db connection protected

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 3af30625ab05f0a793ddc6e9053c79dbdcc23c2a
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Sun May 11 12:54:44 2014 +0200

    Make db connection protected
---
 lib/public/appframework/db/mapper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/appframework/db/mapper.php b/lib/public/appframework/db/mapper.php
index 13a4c65..21ccb68 100644
--- a/lib/public/appframework/db/mapper.php
+++ b/lib/public/appframework/db/mapper.php
@@ -37,7 +37,7 @@ abstract class Mapper {
 
 	protected $tableName;
 	protected $entityClass;
-	private $db;
+	protected $db;
 
 	/**
 	 * @param IDb $db Instance of the Db abstraction layer

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