summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/controllers/tag.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tag/controllers/tag.php b/modules/tag/controllers/tag.php
index 06e2b5ed..1628f0ac 100644
--- a/modules/tag/controllers/tag.php
+++ b/modules/tag/controllers/tag.php
@@ -50,7 +50,6 @@ class Tag_Controller extends Controller {
}
$root = item::root();
- $title = t("Tag: %tag_name", array("tag_name" => $tag->name));
Display_Context::factory("tag")
->set(array("tag" => $tag))
->save();