Contributors Thanked: 10 times
Line 127
include_once
(
$cfg
[
'system_dir'
].
'/lang/en/message.lang.php'
);
if
$lang
!=
'en'
)
{
'/lang/$lang/message.lang.php'
}
$info
'Name'
] =
$x
[0].
" : "
.
$L
'msg907_1'
];
Should be "
you
use
in there :)
Team Thanked: 52 times
Fixed: https://github.com/Cotonti/Cotonti/commit/0ee50eb73ea867b60361951de0406b808b87a72d
Nice catch, thanks.