fix typo in var name

remotes/origin/stable6
Bjoern Schiessle 2013-11-26 11:38:45 +07:00
parent 8974107b4e
commit 35a6ad255d
1 changed files with 1 additions and 1 deletions

@ -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` = ?';