Revision 540
Added by Matthias almost 17 years ago
email.php | ||
---|---|---|
58 | 58 |
if($database->is_error()) { |
59 | 59 |
$wb->print_error($database->get_error,'index.php', false); |
60 | 60 |
} else { |
61 |
$wb->print_success($MESSAGE['PREFERENCES']['EMAIL_UPDATED'], WB_URL.'/account/preferences'.PAGE_EXTENSION);
|
|
61 |
$wb->print_success($MESSAGE['PREFERENCES']['EMAIL_UPDATED'], WB_URL.'/account/preferences.php');
|
|
62 | 62 |
$_SESSION['EMAIL'] = $email; |
63 | 63 |
} |
64 | 64 |
|
Also available in: Unified diff
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php