Skip to content

Commit

Permalink
Bugfix for in debugging message #13391
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Caiger committed Aug 31, 2018
1 parent 23bc77b commit 25b1b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/xrowworkflow.php
Expand Up @@ -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__ );
Expand Down

0 comments on commit 25b1b66

Please sign in to comment.