Merge branch 'master' into drop-legacy-zerobin-support

This commit is contained in:
El RIDO
2025-07-17 08:00:09 +02:00
5 changed files with 23 additions and 0 deletions
+1
View File
@@ -456,6 +456,7 @@ class Filesystem extends AbstractData
self::PROTECTION_LINE . PHP_EOL . Json::encode($data)
);
} catch (Exception $e) {
error_log('Error while trying to store data to the filesystem at path "' . $filename . '": ' . $e->getMessage());
return false;
}
}