Minor fix

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@181 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2008-11-30 19:44:47 +00:00
parent cf213449b1
commit 013ba82313

View file

@ -87,7 +87,7 @@ if (!isset($hash)) {
}
?> <?php
if(isset($currenttag) && $currenttag!= '') {
if(isset($user)) {
if(isset($user) && $user!= '') {
echo ' - ';
echo '<a href="'. createURL('tags', $currenttag) .'">';
echo T_('Bookmarks from other users for this tag').'</a>';