Skip to content
Snippets Groups Projects
Commit 884e04a8 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused code.

parent 70dc0045
No related merge requests found
......@@ -206,7 +206,6 @@ class JSTree extends AbstractBase
return $this->getUrlFromRouteCache('collection', $node->id)
. '#tabnav';
} else {
$options['query']['hierarchy'] = $collectionID;
$url = $this->getUrlFromRouteCache($node->type, $node->id);
return $node->type == 'collection'
? $url . '#tabnav'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment