diff --git a/classes/xrowworkflow.php b/classes/xrowworkflow.php index 164c9b5..202b716 100644 --- a/classes/xrowworkflow.php +++ b/classes/xrowworkflow.php @@ -205,7 +205,7 @@ function moveTo() } eZContentObjectTreeNodeOperations::move( $mainNodeID, $moveToNodeID ); - eZDebug::writeDebug( "Move $mainNodeID to $moveToID[1]", __METHOD__ ); + eZDebug::writeDebug( "Move $mainNodeID to $moveToNodeID", __METHOD__ ); if( count( $deleteIDArray ) > 0 ) { eZDebug::writeDebug( "Move action: remove NodeIDs " . implode( ', ', $deleteIDArray ), __METHOD__ );