Skip to content
Snippets Groups Projects
Commit 9f3fcf03 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing typo

parent 05cf34ea
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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