Skip to content

Commit

Permalink
Merge branch '2018.09'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 2, 2018
2 parents ea94c93 + e3256eb commit 7b633b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/classes/ezcontentobject.php
Expand Up @@ -1986,7 +1986,7 @@ function removeThis( $nodeID = null )
{
$db = eZDB::instance();
$db->begin();
foreach ( $additionalNodes as $additionalNode )
foreach ( $nodes as $additionalNode )
{
if ( $additionalNode->attribute( 'node_id' ) != $node->attribute( 'main_node_id' ) )
{
Expand Down

0 comments on commit 7b633b6

Please sign in to comment.