Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'description' => 'Call Contacts.CorrectNameCasesJob API',
'run_frequency' => 'Daily',
'api_entity' => 'Contacts',
'api_action' => 'CorrectNameCasesJob',
'api_action' => 'Correctnamecasesjob',
'parameters' => SCHEDULED_JOB_PARAM_DEFAULT_NAME . "=" . DEFAULT_DAILY_CONTACTS_CORRECTED,
),
),
Expand Down
1 change: 1 addition & 0 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<compatibility>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>The number of contacts scanned each day can be set in Civi's scheduled job settings page.</comments>
<civix>
Expand Down