mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#7668 fixed tags
This commit is contained in:
parent
17bae49b21
commit
289e8a3902
@ -529,11 +529,11 @@ class EventsListWidget extends Widget
|
|||||||
if ($customFilter !== false) {
|
if ($customFilter !== false) {
|
||||||
$filter = $customFilter;
|
$filter = $customFilter;
|
||||||
$filter['tag_with'] = base64_encode(
|
$filter['tag_with'] = base64_encode(
|
||||||
json_encode($filter['tag_with'])
|
io_safe_output($filter['tag_with'])
|
||||||
);
|
);
|
||||||
|
|
||||||
$filter['tag_without'] = base64_encode(
|
$filter['tag_without'] = base64_encode(
|
||||||
json_encode($filter['tag_without'])
|
io_safe_output($filter['tag_without'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!empty($filter['id_agent_module'])) {
|
if (!empty($filter['id_agent_module'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user