out entities
This commit is contained in:
parent
d6090771ef
commit
be3dcccc4d
|
@ -1787,7 +1787,7 @@ function graphic_combined_module(
|
|||
if (!empty($params_combined['labels'])
|
||||
&& isset($params_combined['labels'][$module])
|
||||
) {
|
||||
$label = io_safe_input($params_combined['labels'][$module]);
|
||||
$label = io_safe_output($params_combined['labels'][$module]);
|
||||
} else {
|
||||
$alias = db_get_value(
|
||||
'alias',
|
||||
|
|
Loading…
Reference in New Issue