mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
Fix missing check for required extra variable #2641
This commit is contained in:
parent
04b158c544
commit
94a5b40435
1 changed files with 1 additions and 1 deletions
|
|
@ -889,7 +889,7 @@ class DocumentController extends Document
|
|||
if (!$manual_inserted)
|
||||
{
|
||||
$ev_output = $extra_item->validate($value);
|
||||
if ($ev_output && !$output->toBool())
|
||||
if ($ev_output && !$ev_output->toBool())
|
||||
{
|
||||
$oDB->rollback();
|
||||
return $ev_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue