[#42] log (production) access
This commit is contained in:
parent
fd47b91b65
commit
bf2a73f519
2 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,7 @@ class CRM_Twingle_Profile {
|
|||
* @return CRM_Twingle_Profile[]
|
||||
*/
|
||||
public static function getProfiles() {
|
||||
// todo: cache?
|
||||
$profiles = [];
|
||||
$profile_data = CRM_Core_DAO::executeQuery("SELECT name, config FROM civicrm_twingle_profile");
|
||||
while ($profile_data->fetch()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue