[Pkg-owncloud-commits] [owncloud] 144/239: fix typo in var name

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:31 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 35a6ad255d6b45e68c18ebcdb36ff0f99311d888
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Tue Nov 26 11:38:45 2013 +0100

    fix typo in var name
---
 apps/files_encryption/lib/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index 78d0ff8..62f2f8b 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -1263,7 +1263,7 @@ class Util {
 		if($uid && \OCP\User::userExists($uid)) {
 			$userId = $uid;
 		} else {
-			$userId = $this->uid;
+			$userId = $this->userId;
 		}
 
 		$sql = 'SELECT `migration_status` FROM `*PREFIX*encryption` WHERE `uid` = ?';

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