aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/ConfigController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/ConfigController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php
index 25e69820..b7799746 100644
--- a/src/Wallabag/CoreBundle/Controller/ConfigController.php
+++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php
@@ -199,7 +199,7 @@ class ConfigController extends Controller
199 * 199 *
200 * @return \Symfony\Component\HttpFoundation\RedirectResponse 200 * @return \Symfony\Component\HttpFoundation\RedirectResponse
201 */ 201 */
202 public function deleteTaggingRule(TaggingRule $rule) 202 public function deleteTaggingRuleAction(TaggingRule $rule)
203 { 203 {
204 if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) { 204 if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) {
205 throw $this->createAccessDeniedException('You can not access this tagging ryle.'); 205 throw $this->createAccessDeniedException('You can not access this tagging ryle.');