aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 10:53:23 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 10:53:23 +0200
commit9102851f59d960869b210bb26ab0e9c266781c4f (patch)
treed92502185a7deb9031d8f33953ed636eedcf79f9 /src/Wallabag/AnnotationBundle
parent73f28afb19655f1a31d8d840d96deb898ba52763 (diff)
downloadwallabag-9102851f59d960869b210bb26ab0e9c266781c4f.tar.gz
wallabag-9102851f59d960869b210bb26ab0e9c266781c4f.tar.zst
wallabag-9102851f59d960869b210bb26ab0e9c266781c4f.zip
Added delete button on Baggy theme
Diffstat (limited to 'src/Wallabag/AnnotationBundle')
-rw-r--r--src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php3
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)