diff options
author | banux <banux@helheim.net> | 2013-10-27 07:47:14 +0100 |
---|---|---|
committer | banux <banux@helheim.net> | 2013-10-27 07:47:14 +0100 |
commit | f616ab60efc502b919b9b72f81aee2975b2e8465 (patch) | |
tree | 0e44e51550a58c4cd116a4bfd53513e39ec83198 /inc/poche/Poche.class.php | |
parent | 363bc4eb8642d464cc0c099f7ab72a425b56b463 (diff) | |
download | wallabag-f616ab60efc502b919b9b72f81aee2975b2e8465.tar.gz wallabag-f616ab60efc502b919b9b72f81aee2975b2e8465.tar.zst wallabag-f616ab60efc502b919b9b72f81aee2975b2e8465.zip |
use 2 seprate variable for autoclosing windows to avoid to quick closing when sharing, the popup can be close before the link is save
Diffstat (limited to 'inc/poche/Poche.class.php')
-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; |