From dba2e5ba6d3a90726c7ec796b03d8effe4c39f8c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 3 Jan 2024 18:45:15 +0700 Subject: [PATCH] Update posting_attachments.php --- library/attach_mod/posting_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/attach_mod/posting_attachments.php b/library/attach_mod/posting_attachments.php index f70dbaf1..8fe4f351 100644 --- a/library/attach_mod/posting_attachments.php +++ b/library/attach_mod/posting_attachments.php @@ -987,7 +987,7 @@ class attach_parent //bt if (FILENAME_CRYPTIC) { - $this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH); + $this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH) . '_' . TIMENOW; } else {