aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Language.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 19:01:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-12 19:01:11 +0200
commit2f26729c841a68669a1baf799091cb2c6c9f585a (patch)
treee1e388bb73c7533aad85bf1f672f867b62b247e4 /inc/poche/Language.class.php
parentb6a3c8866a4cb88b009e7ba45c5e223e0fdae188 (diff)
downloadwallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.tar.gz
wallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.tar.zst
wallabag-2f26729c841a68669a1baf799091cb2c6c9f585a.zip
Refactor
Diffstat (limited to 'inc/poche/Language.class.php')
-rw-r--r--inc/poche/Language.class.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php
index 790cc197..8d3912f5 100644
--- a/inc/poche/Language.class.php
+++ b/inc/poche/Language.class.php
@@ -107,8 +107,7 @@ class Language
107 107
108 $_SESSION['poche_user']->setConfig($currentConfig); 108 $_SESSION['poche_user']->setConfig($currentConfig);
109 109
110 $this->wallabag->emptyCache(); 110 Tools::emptyCache();
111
112 Tools::redirect('?view=config'); 111 Tools::redirect('?view=config');
113 } 112 }
114} \ No newline at end of file 113} \ No newline at end of file