hosttemplates/tree: remove test link
This commit is contained in:
parent
523418bb45
commit
fb899e3172
|
@ -32,11 +32,11 @@ function dumpTree($tree, $self, $level = 0)
|
|||
'director/' . $self->objectTypeName,
|
||||
array('name' => $tree->name),
|
||||
array('class' => $class)
|
||||
) . $self->qlink(
|
||||
)/* . $self->qlink(
|
||||
'=>',
|
||||
'director/' . $self->objectTypeName . '/childlist',
|
||||
array('name' => $tree->name)
|
||||
);
|
||||
)*/;
|
||||
}
|
||||
|
||||
if ($hasChildren) {
|
||||
|
|
Loading…
Reference in New Issue