aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/WallabagRestController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/WallabagRestController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/WallabagRestController.php b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
index 81bfbe12..4215e447 100644
--- a/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
+++ b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
@@ -237,8 +237,6 @@ class WallabagRestController extends Controller
237 */ 237 */
238 public function getEntriesTagsAction(Entry $entry) 238 public function getEntriesTagsAction(Entry $entry)
239 { 239 {
240 var_dump($entry->getUser()->getId());
241 var_dump($this->getUser()->getId());
242 if ($entry->getUser()->getId() != $this->getUser()->getId()) { 240 if ($entry->getUser()->getId() != $this->getUser()->getId()) {
243 throw $this->createAccessDeniedException(); 241 throw $this->createAccessDeniedException();
244 } 242 }