diff --git a/plugins/privacy/actionlogs/actionlogs.php b/plugins/privacy/actionlogs/actionlogs.php index 77b67dd46c79d..80ffdcf1a5d5e 100644 --- a/plugins/privacy/actionlogs/actionlogs.php +++ b/plugins/privacy/actionlogs/actionlogs.php @@ -13,7 +13,7 @@ JLoader::register('ActionlogsHelper', JPATH_COMPONENT . '/helpers/actionlogs.php'); JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); - +JLoader::register('PrivacyTableRequest', JPATH_ADMINISTRATOR . '/components/com_privacy/tables/request.php'); /** * Privacy plugin managing Joomla actionlogs data diff --git a/plugins/privacy/contact/contact.php b/plugins/privacy/contact/contact.php index f9cea257fbbfc..07615616f5a84 100644 --- a/plugins/privacy/contact/contact.php +++ b/plugins/privacy/contact/contact.php @@ -13,6 +13,7 @@ JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php'); JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); +JLoader::register('PrivacyTableRequest', JPATH_ADMINISTRATOR . '/components/com_privacy/tables/request.php'); /** * Privacy plugin managing Joomla user contact data diff --git a/plugins/privacy/content/content.php b/plugins/privacy/content/content.php index cecf5f0e2d7ec..ab8a10ebf2208 100644 --- a/plugins/privacy/content/content.php +++ b/plugins/privacy/content/content.php @@ -13,6 +13,7 @@ JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php'); JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); +JLoader::register('PrivacyTableRequest', JPATH_ADMINISTRATOR . '/components/com_privacy/tables/request.php'); /** * Privacy plugin managing Joomla user content data diff --git a/plugins/privacy/message/message.php b/plugins/privacy/message/message.php index 40808966249d8..77082e3a80d46 100644 --- a/plugins/privacy/message/message.php +++ b/plugins/privacy/message/message.php @@ -13,6 +13,7 @@ JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php'); JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); +JLoader::register('PrivacyTableRequest', JPATH_ADMINISTRATOR . '/components/com_privacy/tables/request.php'); /** * Privacy plugin managing Joomla user messages diff --git a/plugins/privacy/user/user.php b/plugins/privacy/user/user.php index 503daccf3dda9..2ad9744d4538f 100644 --- a/plugins/privacy/user/user.php +++ b/plugins/privacy/user/user.php @@ -14,6 +14,7 @@ JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php'); JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); JLoader::register('PrivacyRemovalStatus', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/removal/status.php'); +JLoader::register('PrivacyTableRequest', JPATH_ADMINISTRATOR . '/components/com_privacy/tables/request.php'); /** * Privacy plugin managing Joomla user data