From 47f8a6dd9ebb1d7e7595215186db18522f4ea0de Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 23 Jan 2008 14:47:35 +0000 Subject: interface bug fix: alltags page doesn't display the complete tree for a user git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@23 b3834d28-1941-0410-a4f8-b48e95affb8f --- bookmarks.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bookmarks.php') diff --git a/bookmarks.php b/bookmarks.php index 591f0cb..8b1644e 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -221,6 +221,9 @@ if ($templatename == 'editbookmark.tpl') { $tplVars['pagetitle'] = $title; $tplVars['subtitle'] = $title; } + +$tplVars['summarizeLinkedTags'] = true; + $templateservice->loadTemplate($templatename, $tplVars); if ($usecache && $endcache) { -- cgit v1.2.3