From 62d5c966e36d6326e2bd9f134a6afd23b7555495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vieilledent?= Date: Fri, 27 Mar 2015 14:37:58 +0100 Subject: [PATCH] Revert "Fix EZP-23725: Wrong path_identification_string with custom RootNode" This reverts commit 37c55954440d20a1fa17c19351f84df98bc80375. --- kernel/classes/ezcontentobjecttreenode.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/classes/ezcontentobjecttreenode.php b/kernel/classes/ezcontentobjecttreenode.php index c83efb475e4..733c2505509 100644 --- a/kernel/classes/ezcontentobjecttreenode.php +++ b/kernel/classes/ezcontentobjecttreenode.php @@ -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;