aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index a9e226c4..87c00b78 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -790,6 +790,8 @@ class Poche
790 $currentConfig['language'] = $_POST['language']; 790 $currentConfig['language'] = $_POST['language'];
791 791
792 $_SESSION['poche_user']->setConfig($currentConfig); 792 $_SESSION['poche_user']->setConfig($currentConfig);
793
794 $this->emptyCache();
793 795
794 Tools::redirect('?view=config'); 796 Tools::redirect('?view=config');
795 } 797 }