mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
fix parameter macros in event responses
This commit is contained in:
parent
90ea61f753
commit
8f96ca0805
@ -367,7 +367,7 @@ function get_response_target(
|
||||
|
||||
if (
|
||||
response_params[i].startsWith("_") &&
|
||||
response_params[i].startsWith("_")
|
||||
response_params[i].endsWith("_")
|
||||
) {
|
||||
response_param = response_params[i];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user