diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-31 10:53:23 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-31 10:53:23 +0200 |
commit | 9102851f59d960869b210bb26ab0e9c266781c4f (patch) | |
tree | d92502185a7deb9031d8f33953ed636eedcf79f9 /src/Wallabag/AnnotationBundle/Repository | |
parent | 73f28afb19655f1a31d8d840d96deb898ba52763 (diff) | |
download | wallabag-9102851f59d960869b210bb26ab0e9c266781c4f.tar.gz wallabag-9102851f59d960869b210bb26ab0e9c266781c4f.tar.zst wallabag-9102851f59d960869b210bb26ab0e9c266781c4f.zip |
Added delete button on Baggy theme
Diffstat (limited to 'src/Wallabag/AnnotationBundle/Repository')
-rw-r--r-- | src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php index 23f21c3e..3af53805 100644 --- a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php +++ b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php | |||
@@ -124,9 +124,10 @@ class AnnotationRepository extends EntityRepository | |||
124 | } | 124 | } |
125 | 125 | ||
126 | /** | 126 | /** |
127 | * Find all annotations related to archived entries | 127 | * Find all annotations related to archived entries. |
128 | * | 128 | * |
129 | * @param $userId | 129 | * @param $userId |
130 | * | ||
130 | * @return mixed | 131 | * @return mixed |
131 | */ | 132 | */ |
132 | public function findAllByArchivedEntriesAndUserId($userId) | 133 | public function findAllByArchivedEntriesAndUserId($userId) |