Skip to content
Snippets Groups Projects
Commit 77944cf7 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix typo in var name

parent df780851
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment