Changeset 6128 in subversion
- Timestamp:
- Apr 26, 2012 8:23:41 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r6091 r6128 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.
