Minor fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@181 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
cf213449b1
commit
013ba82313
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
|
|
Loading…
Reference in a new issue