mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Issue #5465 Make sure LAN constants are converted for inline tooltips.
This commit is contained in:
@@ -5093,7 +5093,7 @@ var_dump($select_options);*/
|
||||
$options['pk'] = $pid;
|
||||
}
|
||||
|
||||
$title = varset($options['title'], (LAN_EDIT . ' ' . $fieldName));
|
||||
$title = varset($options['title'], (LAN_EDIT . ' ' . defset($fieldName,$fieldName)));
|
||||
$class = varset($options['class']);
|
||||
|
||||
unset($options['title']);
|
||||
|
Reference in New Issue
Block a user