mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue