X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=application%2Fbookmark%2FBookmarkFileService.php;fp=application%2Fbookmark%2FBookmarkFileService.php;h=3d15d4c921d71e7c3db2e174ce59d07e0a556b72;hb=1a8ac737e52cb25a5c346232ee398f5908cee7d7;hp=7439d8d8d830bf7de9e56d9c342085c923f894e5;hpb=6132d64748dfc6806ed25f71d2e078a5ed29d071;p=github%2Fshaarli%2FShaarli.git diff --git a/application/bookmark/BookmarkFileService.php b/application/bookmark/BookmarkFileService.php index 7439d8d8..3d15d4c9 100644 --- a/application/bookmark/BookmarkFileService.php +++ b/application/bookmark/BookmarkFileService.php @@ -93,7 +93,7 @@ class BookmarkFileService implements BookmarkServiceInterface throw new Exception('Not authorized'); } - return $bookmark; + return $first; } /**