mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
Merge branch 'ent-12499-16645-columna-label-se-genera-mal-en-csv-en-vista-de-grafica-de-modulo' into 'develop'
Ent 12499 16645 columna label se genera mal en csv en vista de grafica de modulo See merge request artica/pandorafms!6702
This commit is contained in:
commit
f03213c748
@ -45,6 +45,7 @@ if (file_exists('../languages/'.$user_language.'.mo') === true) {
|
||||
$type = (string) get_parameter('type', 'csv');
|
||||
|
||||
$data = (string) get_parameter('data');
|
||||
$data = strip_tags(io_safe_output($data));
|
||||
$data = json_decode(io_safe_output($data), true);
|
||||
|
||||
$default_filename = 'data_exported - '.date($config['date_format']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user