--- ezpublish_legacy/kernel/classes/packagehandlers/ezcontentobject/ezcontentobjectpackagehandler.php
+++ ezpublish_legacy/kernel/classes/packagehandlers/ezcontentobject/ezcontentobjectpackagehandler.php
@@ -1567,7 +1567,6 @@ function handleParameters( $packageType, $package, $cli, $type, $arguments )
             else
             {
                 $nodeID = false;
-                $subtree = false;
                 if ( is_numeric( $argument ) )
                 {
                     $nodeID = (int)$argument;
@@ -1585,7 +1584,6 @@ function handleParameters( $packageType, $package, $cli, $type, $arguments )
                     if ( preg_match( "#(.+)/\*$#", $path, $matches ) )
                     {
                         $path = $matches[1];
-                        $subtree = true;
                     }
                     $node = eZContentObjectTreeNode::fetchByURLPath( $path );
                     if ( is_object( $node ) )
@@ -1601,7 +1599,7 @@ function handleParameters( $packageType, $package, $cli, $type, $arguments )
                 if ( $nodeID )
                 {
                     $nodeItem['node-id-list'][] = array( 'id' => $nodeID,
-                                                         'subtree' => $subtree,
+                                                         'subtree' => true,
                                                          'node' => &$node );
                 }
                 if ( $error )
