mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting_attachments.php
This commit is contained in:
parent
b1aab63d31
commit
c06d9f84dd
@ -987,7 +987,7 @@ class attach_parent
|
||||
$this->attach_filename = $this->filename;
|
||||
|
||||
//bt
|
||||
if (FILENAME_CRYPTIC && is_numeric(FILENAME_CRYPTIC_LENGT))
|
||||
if (FILENAME_CRYPTIC && is_numeric(FILENAME_CRYPTIC_LENGTH))
|
||||
{
|
||||
$this->attach_filename = make_rand_str(FILENAME_CRYPTIC_LENGTH) . '_' . TIMENOW;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user