forked from extern/egroupware
Fix missing parent path parts
This commit is contained in:
parent
ca47e34a11
commit
4d0c5ca41b
@ -162,7 +162,7 @@ var et2_arrayMgr = Class.extend(
|
||||
|
||||
if (this.parentMgr != null)
|
||||
{
|
||||
this.parentMgr.getPath(_path);
|
||||
_path = this.parentMgr.getPath(_path);
|
||||
}
|
||||
|
||||
return _path;
|
||||
|
Loading…
Reference in New Issue
Block a user