1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Use standard LANs

This commit is contained in:
e107steved
2011-04-21 21:30:30 +00:00
parent ea06f9a446
commit d10a42a640
3 changed files with 6 additions and 5 deletions

View File

@@ -663,11 +663,11 @@ class page
if ($admin_log->logArrayDiffs($temp, $pref, 'CPAGE_04'))
{
save_prefs(); // Only save if changes
$emessage->add(CUSLAN_45, E_MESSAGE_SUCCESS);
$emessage->add(LAN_SETSAVED, E_MESSAGE_SUCCESS);
}
else
{
$emessage->add(CUSLAN_46);
$emessage->add(LAN_NOCHANGE_NOTSAVED);
}
}