mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
Issue #2446 e_menu multilan value fix.
This commit is contained in:
@@ -4990,6 +4990,7 @@ class e_form
|
||||
{
|
||||
$value = is_array($value) ? varset($value[e_LANGUAGE],'') : $value;
|
||||
$parms['post'] = "<small class='e-tip admin-multilanguage-field input-group-addon' style='cursor:help; padding-left:10px' title='".LAN_EFORM_012." (".e_LANGUAGE.")'>".$tp->toGlyph('fa-language')."</small>";
|
||||
$key = $key.'['.e_LANGUAGE.']';
|
||||
}
|
||||
|
||||
if(empty($value) && !empty($parms['default'])) // Allow writeParms to set default value.
|
||||
|
Reference in New Issue
Block a user