diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-03 18:01:25 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-03 18:01:25 +0100 |
commit | 001cc7168aa1a7e9b8290b9c29566c586ac8b511 (patch) | |
tree | d1818e81c9ebcfeeecb2acc90cf758f3646865d8 /src/Wallabag/CoreBundle/Controller | |
parent | 864c1dd23a4aa9e5f412302694d9303070dca6dc (diff) | |
download | wallabag-001cc7168aa1a7e9b8290b9c29566c586ac8b511.tar.gz wallabag-001cc7168aa1a7e9b8290b9c29566c586ac8b511.tar.zst wallabag-001cc7168aa1a7e9b8290b9c29566c586ac8b511.zip |
Cleanup
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/ConfigController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index d40efcd7..fe817711 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php | |||
@@ -234,8 +234,6 @@ class ConfigController extends Controller | |||
234 | */ | 234 | */ |
235 | public function resetAction($type) | 235 | public function resetAction($type) |
236 | { | 236 | { |
237 | $em = $this->getDoctrine()->getManager(); | ||
238 | |||
239 | switch ($type) { | 237 | switch ($type) { |
240 | case 'annotations': | 238 | case 'annotations': |
241 | $this->getDoctrine() | 239 | $this->getDoctrine() |