[Tickets #4948] Back to browsing that bookmark's folder
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Jan 29 01:15:20 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4948
-----------------------------------------------------------------------
Ticket | 4948
Created By | pehrle at ac-reims.fr
Summary | Back to browsing that bookmark's folder
Queue | Trean
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
+New Attachment | bookmark.php.patch
-----------------------------------------------------------------------
pehrle at ac-reims.fr (2007-01-29 01:15) wrote:
Hi,
when i change the rating of a bookmark record, the code :
// Back to browsing that bookmark's folder, unless we were sent a
// next-URL (nu) parameter.
if (!is_null($url = Util::getFormData('nu'))) {
header('Location: ' . $nu);
} else {
header('Location: ' . Horde::applicationUrl('browse.php?f=' .
$bookmark->folder));
}
put the rigtht frame to the horde login page ! ( header('Location: ' .
$nu); condition is always matched)
I try to put the code
header('Location: ' . Horde::applicationUrl($url, true));
from edit.php and it works fine.
Thanks,
More information about the bugs
mailing list