correct validation check for uploading media for Character groups Quest (Issue #193)
This commit is contained in:
parent
9e78248d04
commit
5804c2ab89
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
|||
}
|
||||
|
||||
// Upload media
|
||||
if($validation === true)
|
||||
if($validation === true || empty($valiadion))
|
||||
{
|
||||
// Create filename
|
||||
$filename = sprintf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue