summaryrefslogtreecommitdiff
path: root/modules/tag/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-26 05:20:47 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-26 05:20:47 +0000
commite31456af47ce19d63976e41244b7e48e26c3add9 (patch)
tree7520536c3074b6b8585da34c829e8ef74fcf1cb4 /modules/tag/views
parent03bf3a6af26a5311ab0411616911c443332a8821 (diff)
Remove stray 'filter' instances
Diffstat (limited to 'modules/tag/views')
-rw-r--r--modules/tag/views/tag_block.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php
index 485c6d20..a949182b 100644
--- a/modules/tag/views/tag_block.html.php
+++ b/modules/tag/views/tag_block.html.php
@@ -3,7 +3,7 @@
<? foreach ($tag_list as $tag): ?>
<li class="size<?=$tag["class"] ?>">
<span><?= $tag["count"] ?> photos are tagged with </span>
- <a href="<?=url::site("/tag/{$tag["id"]}?filter=$filter") ?>"><?=$tag["name"] ?></a>
+ <a href="<?=url::site("/tag/{$tag["id"]}") ?>"><?=$tag["name"] ?></a>
</li>
<? endforeach; ?>
</ul>