Revision 540
Added by Matthias almost 18 years ago
| details.php | ||
|---|---|---|
| 45 | 45 |
if($database->is_error()) {
|
| 46 | 46 |
$wb->print_error($database->get_error,'index.php',false); |
| 47 | 47 |
} else {
|
| 48 |
$wb->print_success($MESSAGE['PREFERENCES']['DETAILS_SAVED'], WB_URL.'/account/preferences'.PAGE_EXTENSION);
|
|
| 48 |
$wb->print_success($MESSAGE['PREFERENCES']['DETAILS_SAVED'], WB_URL.'/account/preferences.php');
|
|
| 49 | 49 |
$_SESSION['DISPLAY_NAME'] = $display_name; |
| 50 | 50 |
$_SESSION['LANGUAGE'] = $language; |
| 51 | 51 |
$_SESSION['TIMEZONE'] = $timezone; |
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