Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QFileAsset bug #1267

Open
vmakre opened this issue Jun 2, 2017 · 0 comments
Open

QFileAsset bug #1267

vmakre opened this issue Jun 2, 2017 · 0 comments
Labels

Comments

@vmakre
Copy link

vmakre commented Jun 2, 2017

in line 131 in QFileAssetBase.clas.php
i changed line like this:
$this->strRandomFileName = basename($this->dlgFileAsset->flcFileAsset->File) . '.' . $strExtension ;
I removed rand(1000, 9999) , file name contained 4 digit numbers , but problem was $this->dlgFileAsset->flcFileAsset->File don't have those digit numbers. I lost all day to make file asset to work like i want and at the end found a bug.

@matthiaz matthiaz added the bug label Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants