aboutsummaryrefslogtreecommitdiff
path: root/controller/guicontroller.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-08-23 06:14:18 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-08-23 06:14:18 +0200
commit580f3321c7de3becc468673a3d9bf0e2a91717a7 (patch)
tree5cd1483e6e4a43c0d3b3713dce323389bafb910f /controller/guicontroller.php
parent3e3dfcc65e13be5a49423bb90fc12e67f6b613dd (diff)
downloadgrauphel-580f3321c7de3becc468673a3d9bf0e2a91717a7.tar.gz
grauphel-580f3321c7de3becc468673a3d9bf0e2a91717a7.zip
fix two bugs: syncdata generation and tag linking
Diffstat (limited to 'controller/guicontroller.php')
-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)
),
);
}