Actions
Bug #1430
closedcb login logout redirect temp fix needs removal/fixing
Description
if ( checkJversion() 1 && ( $logout "index.php" ) ) {
$logout = "index.php?option=com_content&view=frontpage&Itemid=1"; // 1.5 RC 1 cbSef bug fix
} elseif ( $logout == '#' ) {
$logout = $return;
}
The above causes index.php to redirect to the above logout URL, which may or may not always be correct.
Updated by beat almost 15 years ago
- % Done changed from 0 to 80
- Estimated time set to 0:30 h
Updated by beat almost 15 years ago
- Status changed from New to Closed
- Assignee set to beat
- % Done changed from 80 to 100
Fixed in r864 .
Actions