Fix missing parent path parts

This commit is contained in:
Nathan Gray 2015-04-13 20:01:36 +00:00
parent b8af138e79
commit 3f6dce63c3

View File

@ -162,7 +162,7 @@ var et2_arrayMgr = Class.extend(
if (this.parentMgr != null)
{
this.parentMgr.getPath(_path);
_path = this.parentMgr.getPath(_path);
}
return _path;