Skip to content

Commit

Permalink
Revert "Fix EZP-23725: Wrong path_identification_string with custom R…
Browse files Browse the repository at this point in the history
…ootNode"

This reverts commit 37c5595.
  • Loading branch information
lolautruche committed Mar 27, 2015
1 parent 8b1dfe1 commit 62d5c96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kernel/classes/ezcontentobjecttreenode.php
Expand Up @@ -3613,11 +3613,7 @@ function updateSubTreePath( $updateParent = true, $nodeMove = false )
{
}

// Only update pathIdentificationString if new name is defined (not set for RootNode)
if ( $pathIdentificationName )
{
$this->updatePathIdentificationString( $pathIdentificationName );
}
$this->updatePathIdentificationString( $pathIdentificationName );

$languageID = $obj->attribute( 'initial_language_id' );
$cleanup = false;
Expand Down

0 comments on commit 62d5c96

Please sign in to comment.