* Fix bug that prevents non-global filters to work.
This commit is contained in:
parent
18f79fd12a
commit
3020e80650
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ public final class Skin {
|
||||||
handlerObject = resolvePath(handlerObject, reval);
|
handlerObject = resolvePath(handlerObject, reval);
|
||||||
}
|
}
|
||||||
|
|
||||||
String funcName = name + "_filter";
|
String funcName = path[path.length - 1] + "_filter";
|
||||||
|
|
||||||
if (reval.scriptingEngine.hasFunction(handlerObject, funcName)) {
|
if (reval.scriptingEngine.hasFunction(handlerObject, funcName)) {
|
||||||
// pass a clone/copy of the parameter map so if the script changes it,
|
// pass a clone/copy of the parameter map so if the script changes it,
|
||||||
|
|
Loading…
Add table
Reference in a new issue