From 4e5d10f9a4352ac1eaa17446e8711dfbf4b58a6a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 2 Oct 2024 16:32:18 +1300 Subject: [PATCH] API Update references to API which has been renamed --- .../SiteConfig/Includes/SiteConfigLeftAndMain_EditForm.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/SilverStripe/SiteConfig/Includes/SiteConfigLeftAndMain_EditForm.ss b/templates/SilverStripe/SiteConfig/Includes/SiteConfigLeftAndMain_EditForm.ss index c8165b671..90d9fa639 100644 --- a/templates/SilverStripe/SiteConfig/Includes/SiteConfigLeftAndMain_EditForm.ss +++ b/templates/SilverStripe/SiteConfig/Includes/SiteConfigLeftAndMain_EditForm.ss @@ -10,7 +10,7 @@
<% if $Legend %>$Legend<% end_if %> <% loop $Fields %> - $FieldHolder + $renderFieldHolder <% end_loop %>
@@ -20,7 +20,7 @@ <% if $Actions %>
<% loop $Actions %> - $Field + $renderField <% end_loop %> <% if $Controller.LinkPreview %>