Skip to content

Commit 25b1b66

Browse files
author
Andy Caiger
committed
Bugfix for in debugging message #13391
1 parent 23bc77b commit 25b1b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/xrowworkflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function moveTo()
205205
}
206206

207207
eZContentObjectTreeNodeOperations::move( $mainNodeID, $moveToNodeID );
208-
eZDebug::writeDebug( "Move $mainNodeID to $moveToID[1]", __METHOD__ );
208+
eZDebug::writeDebug( "Move $mainNodeID to $moveToNodeID", __METHOD__ );
209209
if( count( $deleteIDArray ) > 0 )
210210
{
211211
eZDebug::writeDebug( "Move action: remove NodeIDs " . implode( ', ', $deleteIDArray ), __METHOD__ );

0 commit comments

Comments
 (0)