diff options
Diffstat (limited to 'controller/guicontroller.php')
| -rw-r--r-- | controller/guicontroller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php index 15380c7..29dd03f 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -130,6 +130,9 @@ class GuiController extends Controller 'guid' => $guid, 'username' => $this->user->getUid() ) ), + 'text' => $this->urlGen->linkToRoute( + 'grauphel.notes.text', array('guid' => $guid) + ), 'xml' => $this->urlGen->linkToRoute( 'grauphel.notes.xml', array('guid' => $guid) ), |
