diff --git a/api/js/etemplate/et2_core_legacyJSFunctions.js b/api/js/etemplate/et2_core_legacyJSFunctions.js index 79f6bbeb50..26ae8281c2 100644 --- a/api/js/etemplate/et2_core_legacyJSFunctions.js +++ b/api/js/etemplate/et2_core_legacyJSFunctions.js @@ -140,7 +140,7 @@ } } if (typeof parent[existing_func] === "function") { - parent[existing_func]; + return parent[existing_func]; } }