Roundcube Webmail
Search:
Login
Help/Guide
About Trac
Preferences
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d2191c6
in github for
index.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 26, 2012 8:23:41 AM (
13 months
ago)
Author:
alecpl <alec@…>
Branches:
master
,
HEAD
,
courier-fix
,
dev-browser-capabilities
,
pdo
Children:
d960a01
Parents:
ee5569c
Message:
Fix redirect to mail/compose on re-login (1488226)
File:
1 edited
index.php
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
index.php
r1aceb9c
rd2191c6
130
130
if ($query['_task'] == 'login')
131
131
unset($query['_task']);
132
133
// prevent redirect to compose with specified ID (#1488226)
134
if ($query['_action'] == 'compose' && !empty($query['_id']))
135
$query = array();
132
136
}
133
137
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive