Skip to content

Commit

Permalink
Merge pull request #1113 from glye/ezp-23620_segfault_copy_subtree
Browse files Browse the repository at this point in the history
Fix EZP-23620: Segmentation fault error when copying subtree
  • Loading branch information
glye committed Nov 18, 2014
2 parents 5103acd + 09ca4a4 commit 393ca11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ function initializeObjectAttribute( $contentObjectAttribute, $currentVersion, $o
$contentModified = true;
}
}
else
else if ( $object->attribute( 'status' ) != eZContentObject::STATUS_ARCHIVED )
{
if ( !isset( $copiedRelatedAccordance[ $relationItem['contentobject_id'] ] ) )
$copiedRelatedAccordance[ $relationItem['contentobject_id'] ] = array();
Expand Down

0 comments on commit 393ca11

Please sign in to comment.