Skip to content

Commit a702377

Browse files
author
fantu
committed
temp fix
1 parent 1bb82f5 commit a702377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/tform.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function loadFormDef($file,$module = '') {
130130
$this->module = $module;
131131
$wb = array();
132132

133+
include_once(ISPC_ROOT_PATH.'/lib/lang/'.$_SESSION['s']['language'].'.lng');
133134
if($module == '') {
134135
$lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$this->formDef["name"].".lng";
135136
if(!file_exists($lng_file)) $lng_file = "lib/lang/en_".$this->formDef["name"].".lng";

0 commit comments

Comments
 (0)