aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-01 13:51:35 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-01 13:51:35 +0100
commite43d27f8450dcdf79850e935b762ac390a19dd63 (patch)
treedcdf7ba59559665421181e895137ddb04fc985fc /src/Wallabag/CoreBundle/Controller/ConfigController.php
parent74d8afa5fa38af083bbacc63d76b904c01808f14 (diff)
parent5f8a785719c1dfeacc0bccc0781a94bd396b80ff (diff)
downloadwallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.gz
wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.zst
wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.zip
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
[#1604] First draft to fix SensioLabsInsight report
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 6c375909..b01aaa7f 100644
--- a/src/Wallabag/CoreBundle/Controller/ConfigController.php
+++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php
@@ -198,7 +198,7 @@ class ConfigController extends Controller
198 * 198 *
199 * @return \Symfony\Component\HttpFoundation\RedirectResponse 199 * @return \Symfony\Component\HttpFoundation\RedirectResponse
200 */ 200 */
201 public function deleteTaggingRule(TaggingRule $rule) 201 public function deleteTaggingRuleAction(TaggingRule $rule)
202 { 202 {
203 if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) { 203 if ($this->getUser()->getId() != $rule->getConfig()->getUser()->getId()) {
204 throw $this->createAccessDeniedException('You can not access this tagging ryle.'); 204 throw $this->createAccessDeniedException('You can not access this tagging ryle.');