From 580f3321c7de3becc468673a3d9bf0e2a91717a7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 23 Aug 2014 06:14:18 +0200 Subject: fix two bugs: syncdata generation and tag linking --- controller/guicontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller') 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) ), ); } -- cgit v1.2.3