[CORE] Usage of recupCommunity() and recupCommunityByDomain() #44

Closed
opened 2020-12-25 17:28:43 +01:00 by Ghost · 3 comments

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.

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.
Ghost added the
enhancement
master
labels 2020-12-25 17:28:43 +01:00
Author

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().

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().
Author

Fixed.

Fixed.
Ghost added the
fixed
label 2020-12-25 17:32:01 +01:00
Ghost referenced this issue from a commit 2020-12-25 17:33:04 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-25 17:33:14 +01:00
Sign in to join this conversation.
No description provided.