mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Merge pull request #2444 from dewekk/fix-extra-file
확장변수 파일 삭제 불가 문제 수정
This commit is contained in:
commit
5a107c58fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ class DocumentController extends Document
|
|||
{
|
||||
// Check if deletion is allowed
|
||||
$ev_output = $extra_item->validate(null);
|
||||
if (!$ev_output->toBool())
|
||||
if ($ev_output && !$ev_output->toBool())
|
||||
{
|
||||
$oDB->rollback();
|
||||
return $ev_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue