recupCommunity and recupCommunityByDomain functions are not common to whole platform #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found a possible enhancement with recupCommunity and recupCommunityByDomain functions. Actually, these 2 functions are object wide declared while it should be better to declare them for the whole platform. The best lace to do it is in the lib_system.php file.
Enhancement done. recupCommunity() and recupCommunityByDomain() are now system wide.
Pushed to master