do not force wrap; we break links with that
[grauphel.git] / lib / notestorage.php
index 621d12062979c35ed2e193b82903d47f6f853a7b..d1fe7e3b8f99c5d5a723728811f7310063052005 100644 (file)
@@ -432,7 +432,14 @@ class NoteStorage
                             )
                         )
                     ),
-                    'href' => null,//FIXME
+                    'href' => $this->urlGen->getAbsoluteURL(
+                        $this->urlGen->linkToRoute(
+                            'grauphel.gui.note',
+                            array(
+                                'guid' => $row['note_guid']
+                            )
+                        )
+                    ),
                 ),
                 'title' => $row['note_title'],
             );