From 4ecafd4c3e7f22636abe3ed28bc5fee8b186f8cb Mon Sep 17 00:00:00 2001 From: Dennis Ploetner Date: Thu, 13 Jun 2024 19:10:58 +0200 Subject: [PATCH] Bugfix --- includes/MslsOptionsTaxTermCategory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/MslsOptionsTaxTermCategory.php b/includes/MslsOptionsTaxTermCategory.php index 51e6e5c9..fcc8a36c 100644 --- a/includes/MslsOptionsTaxTermCategory.php +++ b/includes/MslsOptionsTaxTermCategory.php @@ -14,12 +14,12 @@ class MslsOptionsTaxTermCategory extends MslsOptionsTaxTerm { * * @var string */ - protected $base_option = 'category_base'; + const BASE_OPTION = 'category_base'; /** * Base standard definition * * @var string */ - protected $base_defined = 'category'; + const BASE_DEFINED = 'category'; }