mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-29 16:54:53 +02:00
Guillermo - Issue #20
This commit is contained in:
parent
91c3b4f396
commit
ea2c750515
@ -39,7 +39,7 @@ class FileUploader extends FileManager {
|
||||
$newName = $this->linearCongruentialGenerator->generate($this->linearCongruentialGeneratorOffset) . '_' . $newName;
|
||||
}
|
||||
|
||||
$this->fileName = $newName;
|
||||
$this->fileName = $newName;;
|
||||
}
|
||||
|
||||
public function setGeneratorValues($gap, $first, $offset) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user