diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 19:01:11 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-12 19:01:11 +0200 |
commit | 2f26729c841a68669a1baf799091cb2c6c9f585a (patch) | |
tree | e1e388bb73c7533aad85bf1f672f867b62b247e4 /inc/poche/Template.class.php | |
parent | b6a3c8866a4cb88b009e7ba45c5e223e0fdae188 (diff) | |
download | wallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.tar.gz wallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.tar.zst wallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.zip |
Refactor
Diffstat (limited to 'inc/poche/Template.class.php')
-rw-r--r-- | inc/poche/Template.class.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/poche/Template.class.php b/inc/poche/Template.class.php index 0e09ad64..b686f2ec 100644 --- a/inc/poche/Template.class.php +++ b/inc/poche/Template.class.php | |||
@@ -229,8 +229,7 @@ class Template extends Twig_Environment | |||
229 | 229 | ||
230 | $_SESSION['poche_user']->setConfig($currentConfig); | 230 | $_SESSION['poche_user']->setConfig($currentConfig); |
231 | 231 | ||
232 | $this->wallabag->emptyCache(); | 232 | Tools::emptyCache(); |
233 | |||
234 | Tools::redirect('?view=config'); | 233 | Tools::redirect('?view=config'); |
235 | } | 234 | } |
236 | } \ No newline at end of file | 235 | } \ No newline at end of file |