mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fix typo & add test
This commit is contained in:
parent
5d39243068
commit
0b174d69d7
2 changed files with 8 additions and 1 deletions
|
@ -40,7 +40,7 @@ class WallabagRestController extends FOSRestController
|
|||
$url = $request->query->get('url', '');
|
||||
|
||||
if (empty($url)) {
|
||||
throw $this->createAccessDeniedException('URL is empty?, logged user id: '.$this->getUser->getId());
|
||||
throw $this->createAccessDeniedException('URL is empty?, logged user id: '.$this->getUser()->getId());
|
||||
}
|
||||
|
||||
$res = $this->getDoctrine()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue