diff --git a/etemplate/js/et2_core_arrayMgr.js b/etemplate/js/et2_core_arrayMgr.js index 43075bbd7d..92a4fcb4c2 100644 --- a/etemplate/js/et2_core_arrayMgr.js +++ b/etemplate/js/et2_core_arrayMgr.js @@ -162,7 +162,7 @@ var et2_arrayMgr = Class.extend( if (this.parentMgr != null) { - this.parentMgr.getPath(_path); + _path = this.parentMgr.getPath(_path); } return _path;