aboutsummaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-rw-r--r--controller/guicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php
index 92cdf9c..b07ba45 100644
--- a/controller/guicontroller.php
+++ b/controller/guicontroller.php
@@ -115,7 +115,7 @@ class GuiController extends Controller
'name' => substr($rawtag, 16),
'id' => $rawtag,
'href' => $this->urlGen->linkToRoute(
- 'grauphel.gui.tag', array('tag' => $rawtag)
+ 'grauphel.gui.tag', array('rawtag' => $rawtag)
),
);
}