aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-07-01 10:58:15 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 13:27:17 +0200
commitabb5291cd5dc98211273e5d3b516a6a0ed8b980f (patch)
tree8b3664bfd7ea3187fe46acfb5c8b96c8b7d7d0ca /src/Wallabag/CoreBundle/Controller/ConfigController.php
parente4b46f77ef2984b33f4dff0efea0585c7ab0cfbf (diff)
downloadwallabag-abb5291cd5dc98211273e5d3b516a6a0ed8b980f.tar.gz
wallabag-abb5291cd5dc98211273e5d3b516a6a0ed8b980f.tar.zst
wallabag-abb5291cd5dc98211273e5d3b516a6a0ed8b980f.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/ConfigController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/ConfigController.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php
index 0a306d57..3cafd1bc 100644
--- a/src/Wallabag/CoreBundle/Controller/ConfigController.php
+++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php
@@ -252,13 +252,13 @@ class ConfigController extends Controller
252 return $config; 252 return $config;
253 } 253 }
254 254
255 /** 255 /**
256 * Delete account for current user. 256 * Delete account for current user.
257 * 257 *
258 * @Route("/account/delete", name="delete_account") 258 * @Route("/account/delete", name="delete_account")
259 * 259 *
260 * @return \Symfony\Component\HttpFoundation\RedirectResponse 260 * @return \Symfony\Component\HttpFoundation\RedirectResponse
261 */ 261 */
262 public function deleteAccountAction() 262 public function deleteAccountAction()
263 { 263 {
264 $em = $this->get('fos_user.user_manager'); 264 $em = $this->get('fos_user.user_manager');