mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Fix missing parent path parts
This commit is contained in:
parent
b8af138e79
commit
3f6dce63c3
@ -162,7 +162,7 @@ var et2_arrayMgr = Class.extend(
|
|||||||
|
|
||||||
if (this.parentMgr != null)
|
if (this.parentMgr != null)
|
||||||
{
|
{
|
||||||
this.parentMgr.getPath(_path);
|
_path = this.parentMgr.getPath(_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
return _path;
|
return _path;
|
||||||
|
Loading…
Reference in New Issue
Block a user