diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 5d807268..3ecaf084 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -361,7 +361,7 @@ class Poche | |||
361 | if ($autoclose == TRUE) { | 361 | if ($autoclose == TRUE) { |
362 | Tools::redirect('?view=home'); | 362 | Tools::redirect('?view=home'); |
363 | } else { | 363 | } else { |
364 | Tools::redirect('?view=home&autoclose=true'); | 364 | Tools::redirect('?view=home&closewin=true'); |
365 | } | 365 | } |
366 | } | 366 | } |
367 | break; | 367 | break; |