diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index deec4226..a9e226c4 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -750,6 +750,8 @@ class Poche | |||
750 | $currentConfig['theme'] = $_POST['theme']; | 750 | $currentConfig['theme'] = $_POST['theme']; |
751 | 751 | ||
752 | $_SESSION['poche_user']->setConfig($currentConfig); | 752 | $_SESSION['poche_user']->setConfig($currentConfig); |
753 | |||
754 | $this->emptyCache(); | ||
753 | 755 | ||
754 | Tools::redirect('?view=config'); | 756 | Tools::redirect('?view=config'); |
755 | } | 757 | } |