diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-10 01:28:24 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-10 01:28:24 +0100 |
commit | 2e4e94a7a420790cd05250e4191bd0e60f81f788 (patch) | |
tree | 25725232e434853545acab714b03eefd8defd81f /inc/poche/Poche.class.php | |
parent | 8f209e8a268e198bb449021c30fc783d69ee9818 (diff) | |
parent | cefdc12380c5acee927e3f8e1cb85213f4b1475d (diff) | |
download | wallabag-2e4e94a7a420790cd05250e4191bd0e60f81f788.tar.gz wallabag-2e4e94a7a420790cd05250e4191bd0e60f81f788.tar.zst wallabag-2e4e94a7a420790cd05250e4191bd0e60f81f788.zip |
Merge branch 'dev' into savewithtags
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index f9928145..a601f0a8 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -195,9 +195,9 @@ class Poche | |||
195 | } | 195 | } |
196 | 196 | ||
197 | if ($autoclose == TRUE) { | 197 | if ($autoclose == TRUE) { |
198 | Tools::redirect('?view=home'); | 198 | Tools::redirect('?view=home&closewin=true'); |
199 | } else { | 199 | } else { |
200 | Tools::redirect('?view=home&closewin=true'); | 200 | Tools::redirect('?view=home'); |
201 | } | 201 | } |
202 | return $last_id; | 202 | return $last_id; |
203 | break; | 203 | break; |