1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

SensioLabsInsight fixes

This commit is contained in:
Nicolas Lœuillet 2016-01-20 17:16:17 +01:00 committed by Nicolas Lœuillet
parent b0b893eafd
commit 5f8a785719
9 changed files with 4 additions and 12 deletions

View file

@ -81,7 +81,7 @@ class EntryController extends Controller
*
* @return \Symfony\Component\HttpFoundation\Response
*/
public function addEntryViaBookmarklet(Request $request)
public function addEntryViaBookmarkletAction(Request $request)
{
$entry = new Entry($this->getUser());
$entry->setUrl($request->get('url'));