[#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[]
|
* @return CRM_Twingle_Profile[]
|
||||||
*/
|
*/
|
||||||
public static function getProfiles() {
|
public static function getProfiles() {
|
||||||
|
// todo: cache?
|
||||||
$profiles = [];
|
$profiles = [];
|
||||||
$profile_data = CRM_Core_DAO::executeQuery("SELECT name, config FROM civicrm_twingle_profile");
|
$profile_data = CRM_Core_DAO::executeQuery("SELECT name, config FROM civicrm_twingle_profile");
|
||||||
while ($profile_data->fetch()) {
|
while ($profile_data->fetch()) {
|
||||||
|
|
|
@ -278,6 +278,7 @@ function civicrm_api3_twingle_donation_Submit($params) {
|
||||||
// Get the profile defined for the given form ID, or the default profile
|
// Get the profile defined for the given form ID, or the default profile
|
||||||
// if none matches.
|
// if none matches.
|
||||||
$profile = CRM_Twingle_Profile::getProfileForProject($params['project_id']);
|
$profile = CRM_Twingle_Profile::getProfileForProject($params['project_id']);
|
||||||
|
$profile->logAccess();
|
||||||
|
|
||||||
// Validate submitted parameters
|
// Validate submitted parameters
|
||||||
CRM_Twingle_Submission::validateSubmission($params, $profile);
|
CRM_Twingle_Submission::validateSubmission($params, $profile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue