mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
hard unlink fix
This commit is contained in:
parent
a4376ad48e
commit
979a8c8be7
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class GPGCryptography
|
|||
}
|
||||
|
||||
public static function hardUnlink($element) {
|
||||
if (!$element) {
|
||||
if (file_exists($element) === false) {
|
||||
return;
|
||||
}
|
||||
if (is_dir($element)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue