diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/notestorage.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/notestorage.php b/lib/notestorage.php index 621d120..d1fe7e3 100644 --- a/lib/notestorage.php +++ b/lib/notestorage.php @@ -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'], ); |
