fix typo in var name

This commit is contained in:
Björn Schießle 2013-06-13 10:11:23 +02:00
parent df78085171
commit 77944cf7b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);