[CORE] Usage of recupCommunity() and recupCommunityByDomain() #44
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?
Already mentioned in #36. 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.
Calls of recupCommunity() and recupCommunityByDomain() are now done by the platform wide function, not by $this->... All old calls recupCommunauty() have been renamed to recupCommunity().
Fixed.
Pushed to master