mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 01:05:18 +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;
|
$newName = $this->linearCongruentialGenerator->generate($this->linearCongruentialGeneratorOffset) . '_' . $newName;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->fileName = $newName;
|
$this->fileName = $newName;;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setGeneratorValues($gap, $first, $offset) {
|
public function setGeneratorValues($gap, $first, $offset) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user