mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
SensioLabsInsight fixes
This commit is contained in:
parent
b0b893eafd
commit
5f8a785719
9 changed files with 4 additions and 12 deletions
|
@ -198,7 +198,7 @@ class ConfigController extends Controller
|
|||
*
|
||||
* @return \Symfony\Component\HttpFoundation\RedirectResponse
|
||||
*/
|
||||
public function deleteTaggingRule(TaggingRule $rule)
|
||||
public function deleteTaggingRuleAction(TaggingRule $rule)
|
||||
{
|
||||
if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) {
|
||||
throw $this->createAccessDeniedException('You can not access this tagging ryle.');
|
||||
|
|
|
@ -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'));
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Baggy Theme
|
||||
|
||||
theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/
|
||||
theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
Theme created by Danilow (@modos189) Alexandr http://modos189.ru/
|
||||
|
||||
Used framework http://materializecss.com/
|
||||
Used framework http://materializecss.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue