diff options
Diffstat (limited to 'application/bookmark/BookmarkFileService.php')
-rw-r--r-- | application/bookmark/BookmarkFileService.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
93 | throw new Exception('Not authorized'); | 93 | throw new Exception('Not authorized'); |
94 | } | 94 | } |
95 | 95 | ||
96 | return $bookmark; | 96 | return $first; |
97 | } | 97 | } |
98 | 98 | ||
99 | /** | 99 | /** |