mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Fixing none app static functions stopped being called relevant to commit 52eb5ca8e0
This commit is contained in:
parent
a90acac0f4
commit
fcd7a77c44
@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (typeof parent[existing_func] === "function") {
|
if (typeof parent[existing_func] === "function") {
|
||||||
parent[existing_func];
|
return parent[existing_func];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user