fixing typo

This commit is contained in:
Thomas Müller 2014-06-04 09:36:27 +02:00
parent 05cf34ea1f
commit 9f3fcf036c
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ class Trashbin {
$filename = pathinfo($file['name'], PATHINFO_FILENAME);
if ($timestamp < $limit) {
$size += self::delete($filename, $timestamp);
\OC_Log::write('files_trashbin', 'remove "' . $filename . '" fom trash bin because it is older than ' . $retention_obligation, \OC_log::INFO);
\OC_Log::write('files_trashbin', 'remove "' . $filename . '" from trash bin because it is older than ' . $retention_obligation, \OC_log::INFO);
}
}
$availableSpace += $size;