Fix template variable
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 25 Aug 2016 06:46:43 +0000 (16:46 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 25 Aug 2016 06:49:12 +0000 (16:49 +1000)
templates/CRM/Admin/Form/Setting/Miscellaneous.tpl

index 19be18ffd198dfe38f765ae01ce1309485907b3b..b952c1c73b5297bbc743d9a97dbdda459f5f2192 100644 (file)
@@ -84,8 +84,8 @@
                 <span class="description">{$recentItemsProviders_description}</span></td>
         </tr>
         <tr class="crm-miscellaneous-form-block-remote_profile_submissions_allowed">
-          <td class="label">{$form.remote_profile_submissions_allowed.label}</td>
-          <td>{$form.remote_profile_submissions_allowed.html}<br />
+          <td class="label">{$form.remote_profile_submissions.label}</td>
+          <td>{$form.remote_profile_submissions.html}<br />
             <p class="description">{ts}If enabled, CiviCRM will allow users to submit profiles from external sites. This is disabled by default to limit abuse.{/ts}</p>
           </td>
         </tr>