Forums / Cotonti / Support / Bug in admin.tools.inc.php 0.6.22

ez
#1 2012-05-07 20:55
PHP
1
2
3
4
5
6
7
8
9
10
Line 127
                include_once($cfg['system_dir'].'/lang/en/message.lang.php');
                if($lang!='en')
                {
                    include_once($cfg['system_dir'].'/lang/$lang/message.lang.php');
                }
                $info['Name'] = $x[0]." : ".$L['msg907_1'];
 
 
Should be " if you use $lang in there :)
==- I say: Keep it EZ -==
GHengeveld
#2 2012-05-07 22:09