Minor spelling correction
This commit is contained in:
parent
85ef9d521c
commit
f0f4e005a0
@ -59,7 +59,7 @@ if ($oToken->cleanupTokens()) {
|
|||||||
}
|
}
|
||||||
$log->logInfo(sprintf($strLogMask, 'cleanupTokens', $affected, number_format(microtime(true) - $start, 3), $status, $message));
|
$log->logInfo(sprintf($strLogMask, 'cleanupTokens', $affected, number_format(microtime(true) - $start, 3), $status, $message));
|
||||||
|
|
||||||
// Clenaup shares archive
|
// Cleanup shares archive
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$status = 'OK';
|
$status = 'OK';
|
||||||
$message = '';
|
$message = '';
|
||||||
@ -73,7 +73,7 @@ if ($affected === false) {
|
|||||||
}
|
}
|
||||||
$log->logInfo(sprintf($strLogMask, 'purgeArchive', $affected, number_format(microtime(true) - $start, 3), $status, $message));
|
$log->logInfo(sprintf($strLogMask, 'purgeArchive', $affected, number_format(microtime(true) - $start, 3), $status, $message));
|
||||||
|
|
||||||
// Clenaup shares archive
|
// Cleanup shares archive
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
$status = 'OK';
|
$status = 'OK';
|
||||||
$message = '';
|
$message = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user