diff options
Diffstat (limited to 'templates/sidebar.block.watchlist.php')
-rw-r--r-- | templates/sidebar.block.watchlist.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/sidebar.block.watchlist.php b/templates/sidebar.block.watchlist.php index 5b476ea..686550b 100644 --- a/templates/sidebar.block.watchlist.php +++ b/templates/sidebar.block.watchlist.php @@ -36,10 +36,6 @@ foreach($watching as $watchuser) { </form> </li> <?php endif; ?> - - <?php if(count($watching) == 0):?> - <li><?php echo T_("Nobody");?></li> - <?php endif; ?> <?php foreach($watching as $watchuser): ?> <li><a href="<?php echo createURL('bookmarks', $watchuser); ?>"><?php echo $watchuser; ?></a> |