mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
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