forked from wallabag/wallabag
CS
This commit is contained in:
committed by
Jeremy Benoist
parent
4da01f492b
commit
9bf83f1fb8
@ -367,7 +367,7 @@ class WallabagRestController extends FOSRestController
|
||||
public function deleteTagLabelAction(Request $request)
|
||||
{
|
||||
$this->validateAuthentication();
|
||||
$label = $request->query->get('tag','');
|
||||
$label = $request->query->get('tag', '');
|
||||
|
||||
$tag = $this->getDoctrine()->getRepository('WallabagCoreBundle:Tag')->findOneByLabel($label);
|
||||
$this->getDoctrine()
|
||||
@ -412,7 +412,6 @@ class WallabagRestController extends FOSRestController
|
||||
return $this->renderJsonResponse($json);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Retrieve version number.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user