mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-01 00:16:55 +01:00
Fix issue devcode-it/openstamanager #789
This commit is contained in:
parent
e35044d696
commit
3889d9d538
@ -19,7 +19,7 @@ switch (filter('op')) {
|
||||
|
||||
$query = filter('query');
|
||||
if (check_query($query)) {
|
||||
$lista->query = $query;
|
||||
$lista->query = html_entity_decode($query);
|
||||
}
|
||||
|
||||
$lista->save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user