diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-08 20:35:16 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-08 20:35:16 +0200 |
commit | 7ac3e575f1285a07987346461cee9445ac8c0b3b (patch) | |
tree | 649e3e2e1f91c761e3889716c24348155da0b3bd /src | |
parent | a730cae384e7c83fe35c5ee0210204dede9b1678 (diff) | |
download | wallabag-7ac3e575f1285a07987346461cee9445ac8c0b3b.tar.gz wallabag-7ac3e575f1285a07987346461cee9445ac8c0b3b.tar.zst wallabag-7ac3e575f1285a07987346461cee9445ac8c0b3b.zip |
CS
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/ConfigController.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 662da2a0..abd35c02 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php | |||
@@ -256,17 +256,17 @@ class ConfigController extends Controller | |||
256 | return $config; | 256 | return $config; |
257 | } | 257 | } |
258 | 258 | ||
259 | /** | 259 | /** |
260 | * Delete account for current user. | 260 | * Delete account for current user. |
261 | * | 261 | * |
262 | * @Route("/account/delete", name="delete_account") | 262 | * @Route("/account/delete", name="delete_account") |
263 | * | 263 | * |
264 | * @param Request $request | 264 | * @param Request $request |
265 | * | 265 | * |
266 | * @throws AccessDeniedHttpException | 266 | * @throws AccessDeniedHttpException |
267 | * | 267 | * |
268 | * @return \Symfony\Component\HttpFoundation\RedirectResponse | 268 | * @return \Symfony\Component\HttpFoundation\RedirectResponse |
269 | */ | 269 | */ |
270 | public function deleteAccountAction(Request $request) | 270 | public function deleteAccountAction(Request $request) |
271 | { | 271 | { |
272 | $enabledUsers = $this->getDoctrine() | 272 | $enabledUsers = $this->getDoctrine() |