From d56542e2b8c11ec210e734754762e3c2b31444b7 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 22 Oct 2024 15:38:41 +1300 Subject: [PATCH] API Update API to reflect changes in silverstripe/cms --- src/ErrorPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ErrorPage.php b/src/ErrorPage.php index 8000137..54546a0 100644 --- a/src/ErrorPage.php +++ b/src/ErrorPage.php @@ -62,7 +62,7 @@ class ErrorPage extends Page private static $class_description = 'Custom content for different error cases (e.g. "Page not found")'; - private static $icon_class = 'font-icon-p-error'; + private static $cms_icon_class = 'font-icon-p-error'; /** * Allow developers to opt out of dev messaging using Config