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