diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-22 15:37:42 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-22 15:37:42 +0100 |
| commit | 6f15bf8dd60491d72f04750433ea8581f54270ab (patch) | |
| tree | ef336e1c1204ddd62d150f39b01351079dc5ef6f /index.php | |
| parent | d4521ac7b20ae0edb9e6b823f481b70e7796425d (diff) | |
| download | contact-6f15bf8dd60491d72f04750433ea8581f54270ab.tar.gz contact-6f15bf8dd60491d72f04750433ea8581f54270ab.tar.bz2 contact-6f15bf8dd60491d72f04750433ea8581f54270ab.zip | |
Remove xref methods now in LibertyContent; update callers
Nine methods deleted from Contact (getContactGroupList, getContactSourceList,
getXrefTypeList, getXrefFormatList, loadContentTypeList, loadXrefList,
loadXref, storeXref, stepXref) — all now inherited from LibertyContent.
Contact sets $mXrefTypeKey = 'contact_types' so loadXrefTypeList() continues
to store under the key templates expect. load() updated to call
loadXrefTypeList(). Page files updated: getContactGroupList → getXrefGroupList,
getContactSourceList → getXrefSourceList.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'index.php')
| -rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,6 +34,6 @@ if ($gContent->isCommentable()) { include_once LIBERTY_PKG_PATH . 'comments_inc.php'; } -$gContent->mInfo['type'] = $gContent->getContactGroupList(); +$gContent->mInfo['type'] = $gContent->getXrefGroupList(); $gBitSystem->setBrowserTitle("Contact List Item"); $gBitSystem->display( 'bitpackage:contact/show_contact.tpl', NULL, [ 'display_mode' => 'display' ]); |
