Skip to content

Commit

Permalink
fix sitelink_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Apr 22, 2011
1 parent 6147a4b commit e116d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/sitelink.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function path(){
$operatorName='sitelink';
foreach(array_reverse($PathArray) as $key=>$value){
$NodeObject = eZContentObjectTreeNode::fetch($value);
$operatorValue=$NodeObject->pathWithNames();
$operatorValue=$NodeObject;
$SiteLinkOperator->modify($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, $operatorValue, $namedParameters);
$PathArray[$key]=array(
'node_id'=>$NodeObject->NodeID,
Expand Down

0 comments on commit e116d2b

Please sign in to comment.