From dfd70ed4a2747e1e8e03fb93adcb277537b77711 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 8 Aug 2013 15:42:16 -0700 Subject: [PATCH] Update ReloadOption.php --- CRM/Utils/API/ReloadOption.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/API/ReloadOption.php b/CRM/Utils/API/ReloadOption.php index 92e9e55b0b..2973e1f16a 100644 --- a/CRM/Utils/API/ReloadOption.php +++ b/CRM/Utils/API/ReloadOption.php @@ -26,8 +26,8 @@ */ /** - * Implement the "api.reload" option. This option can be used with "create" to - * force the API to reload a clean copy of the entity before returning the result. + * Implement the "reload" option. This option can be used with "create" to force + * the API to reload a clean copy of the entity before returning the result. * * @code * $clean = civicrm_api('myentity', 'create', array( -- 2.25.1