Fix: Missing lang loading
This commit is contained in:
parent
14dede1a74
commit
37b6bab893
@ -120,6 +120,7 @@ class FormFile
|
|||||||
{
|
{
|
||||||
if ($perm)
|
if ($perm)
|
||||||
{
|
{
|
||||||
|
$langs->load('other');
|
||||||
print ' ('.$langs->trans("MaxSize").': '.$max.' '.$langs->trans("Kb");
|
print ' ('.$langs->trans("MaxSize").': '.$max.' '.$langs->trans("Kb");
|
||||||
print ' '.info_admin($langs->trans("ThisLimitIsDefinedInSetup",$max,$maxphp),1);
|
print ' '.info_admin($langs->trans("ThisLimitIsDefinedInSetup",$max,$maxphp),1);
|
||||||
print ')';
|
print ')';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user