mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
2efe733d5f
15 changed files with 67 additions and 22 deletions
|
|
@ -894,7 +894,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