fix typo in var name
This commit is contained in:
parent
df78085171
commit
77944cf7b8
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ class Util {
|
|||
$manipulatedRows = $result->numRows();
|
||||
|
||||
if ($manipulatedRows === 1) {
|
||||
$result = true;
|
||||
$return = true;
|
||||
\OCP\Util::writeLog('Encryption library', "Finish migration successfully for " . $this->userId, \OCP\Util::INFO);
|
||||
} else {
|
||||
\OCP\Util::writeLog('Encryption library', "Could not deactivate migration mode for " . $this->userId, \OCP\Util::WARN);
|
||||
|
|
Loading…
Reference in a new issue