Skip to content

Commit 3372811

Browse files
author
Till Brehm
committed
Update plugin_system_config_dns_ca_list.inc.php
1 parent c1fa1d9 commit 3372811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/plugin_system_config_dns_ca_list.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function onShow() {
4444
$listTpl->newTemplate('templates/system_config_dns_ca_list.htm');
4545

4646
//* Loading language file
47-
$lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_system_config.lng';
47+
$lng_file = 'lib/lang/'.$app->functions->check_language($_SESSION['s']['language']).'_system_config.lng';
4848
include $lng_file;
4949
$listTpl->setVar($wb);
5050
if($_SESSION['s']['user']['typ'] == 'admin') {

0 commit comments

Comments
 (0)