Skip to content
Snippets Groups Projects
Commit 37b6bab8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing lang loading

parent 14dede1a
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ class FormFile ...@@ -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 ')';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment