hosttemplates/tree: remove test link

This commit is contained in:
Thomas Gelf 2015-09-14 16:30:11 +02:00
parent 523418bb45
commit fb899e3172
1 changed files with 2 additions and 2 deletions

View File

@ -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) {