diff --git a/deploy.rules.inc b/deploy.rules.inc index 52c15f0..36e6ccf 100644 --- a/deploy.rules.inc +++ b/deploy.rules.inc @@ -29,7 +29,7 @@ function deploy_rules_action_info() { 'type' => 'text', 'label' => t('Plan name'), 'description' => t('The plan to add the entity to.'), - 'options list' => 'deploy_rules_manager_plan_get_options' + 'options list' => 'deploy_manager_plan_get_options' ), 'entity' => array( 'type' => 'entity', @@ -47,7 +47,7 @@ function deploy_rules_action_info() { 'type' => 'text', 'label' => t('Plan name'), 'description' => t('The plan to remove the entity from.'), - 'options list' => 'deploy_rules_manager_plan_get_options' + 'options list' => 'deploy_manager_plan_get_options' ), 'entity' => array( 'type' => 'entity', @@ -90,7 +90,11 @@ function deploy_rules_plan_get_options() { } /** + * DEPRECATED: Use deploy_manager_plan_get_options() instead. + * See https://www.drupal.org/node/1483896. + * * Option callback. + * @deprecated */ function deploy_rules_manager_plan_get_options() { return deploy_manager_plan_get_options();