mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
fix not to run the deleteDocument trigger.
This commit is contained in:
parent
6aac1671b6
commit
10d7cd4b0c
1 changed files with 0 additions and 6 deletions
|
|
@ -1062,12 +1062,6 @@ class documentController extends document
|
||||||
$oDB->rollback();
|
$oDB->rollback();
|
||||||
return $trigger_output;
|
return $trigger_output;
|
||||||
}
|
}
|
||||||
$trigger_deletedocument = ModuleHandler::triggerCall('document.deleteDocument', 'after', $obj);
|
|
||||||
if(!$trigger_deletedocument)
|
|
||||||
{
|
|
||||||
$oDB->rollback();
|
|
||||||
return $trigger_deletedocument;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// commit
|
// commit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue