Skip to content

Commit

Permalink
[#105] added empty default to prevent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Aug 14, 2023
1 parent 15a7c15 commit 342a660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v3/Sqltask/Execute.php
Expand Up @@ -77,6 +77,7 @@ function _civicrm_api3_sqltask_execute_spec(&$params) {
$params['input_val'] = array(
'name' => 'input_val',
'api.required' => 0,
'api.default' => '',
'type' => CRM_Utils_Type::T_STRING,
'title' => 'Input Value',
'description' => 'Input value with execution context. Will be forwarded to all actions',
Expand Down

0 comments on commit 342a660

Please sign in to comment.