From b6ce14d05ba406c89f5046044378fd997b91cc52 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 11 Jun 2026 13:43:50 +0100 Subject: LibertyXref: extend BitBase directly, not LibertyBase Uses mDb and mErrors from BitBase; does not use any LibertyBase factory methods (getLibertyObject, getLibertyClass etc). BitBase is the correct base. Co-Authored-By: Claude Sonnet 4.6 --- includes/classes/LibertyXref.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/classes/LibertyXref.php b/includes/classes/LibertyXref.php index d35586c..328b07e 100644 --- a/includes/classes/LibertyXref.php +++ b/includes/classes/LibertyXref.php @@ -33,7 +33,7 @@ use Bitweaver\BitDate; * in place it closes the current row (sets end_date) and opens a new one, preserving * history. Expired rows are swept into the synthetic 'history' group by LibertyXrefInfo. */ -class LibertyXref extends LibertyBase { +class LibertyXref extends BitBase { /** x_group value of the loaded xref's item definition */ public $mType; /** item key of the loaded row (matches liberty_xref_item.item) */ -- cgit v1.3