mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Admin: Clicking 'Save' for custom translations forces a browser reload so translations are immediately available to the user
This commit is contained in:
parent
10ae9a0234
commit
0f9f7a5e15
@ -64,6 +64,9 @@ class admin_customtranslation
|
||||
}
|
||||
if ($saved) $msg = lang('%1 phrases saved.', $saved);
|
||||
if ($action == 'apply') break;
|
||||
|
||||
$push = new Api\Json\Push();
|
||||
$push->call('location.reload');
|
||||
// fall through
|
||||
case 'cancel':
|
||||
Egw::redirect_link('/admin/index.php');
|
||||
|
Loading…
Reference in New Issue
Block a user