Summary | redirect broken in ansel protect.php |
Queue | Ansel |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thpo+horde (at) dotrc (dot) de |
Created | 05/14/2012 (4903 days ago) |
Due | |
Updated | 05/15/2012 (4902 days ago) |
Assigned | |
Resolved | 05/15/2012 (4902 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 67b32237c21274af8c496a957b815f345fc37a59
Author: Jan Schneider <jan@horde.org>
Date: Tue May 15 19:25:13 2012 +0200
[jan] Fix redirection after setting gallery password
(thpo+horde@dotrc.de,
Bug #11195).ansel/docs/CHANGES | 2 ++
ansel/package.xml | 4 ++--
ansel/protect.php | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/67b32237c21274af8c496a957b815f345fc37a59
State ⇒ Resolved
commit 67b32237c21274af8c496a957b815f345fc37a59
Author: Jan Schneider <jan@horde.org>
Date: Tue May 15 19:25:13 2012 +0200
[jan] Fix redirection after setting gallery password
(thpo+horde@dotrc.de,
Bug #11195).ansel/docs/CHANGES | 2 ++
ansel/package.xml | 4 ++--
ansel/protect.php | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/67b32237c21274af8c496a957b815f345fc37a59
Priority ⇒ 1. Low
New Attachment: patch.diff
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ redirect broken in ansel protect.php
Type ⇒ Bug
State ⇒ Unconfirmed
After submitting the password form, ansel/protect.php did not redirect
to the gallery.
The attached patch fixes the problem.