diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-11 13:43:50 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-11 13:43:50 +0100 |
| commit | b6ce14d05ba406c89f5046044378fd997b91cc52 (patch) | |
| tree | 97a57547dbc0c657fdab78c849a0d108c770377a | |
| parent | 64707a27b1e65d47eb1f01eff5fc93fcaf665237 (diff) | |
| download | liberty-b6ce14d05ba406c89f5046044378fd997b91cc52.tar.gz liberty-b6ce14d05ba406c89f5046044378fd997b91cc52.tar.bz2 liberty-b6ce14d05ba406c89f5046044378fd997b91cc52.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | includes/classes/LibertyXref.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |
