fix two bugs: syncdata generation and tag linking
[grauphel.git] / controller / guicontroller.php
index 92cdf9c6588184666694ff76f43b57c1307a6a91..b07ba45679051911653d9845fe9ce28b1de4161d 100644 (file)
@@ -115,7 +115,7 @@ class GuiController extends Controller
                     'name' => substr($rawtag, 16),
                     'id'   => $rawtag,
                     'href' => $this->urlGen->linkToRoute(
                     'name' => substr($rawtag, 16),
                     'id'   => $rawtag,
                     'href' => $this->urlGen->linkToRoute(
-                        'grauphel.gui.tag', array('tag' => $rawtag)
+                        'grauphel.gui.tag', array('rawtag' => $rawtag)
                     ),
                 );
             }
                     ),
                 );
             }