X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/3e3dfcc65e13be5a49423bb90fc12e67f6b613dd..580f3321c7de3becc468673a3d9bf0e2a91717a7:/controller/guicontroller.php 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) ), ); }