mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
take out echo
This commit is contained in:
parent
0967c109d0
commit
2c1374bea5
|
@ -3799,7 +3799,6 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
||||||
$this->_workflow->setDMS($this->_document->_dms);
|
$this->_workflow->setDMS($this->_document->_dms);
|
||||||
|
|
||||||
if($transition) {
|
if($transition) {
|
||||||
echo "Trigger transition";
|
|
||||||
if(false === $this->triggerWorkflowTransition($user, $transition, $comment)) {
|
if(false === $this->triggerWorkflowTransition($user, $transition, $comment)) {
|
||||||
$db->rollbackTransaction();
|
$db->rollbackTransaction();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user