Skip to content

Commit

Permalink
Remove loading for PrivacyPlugin since it is aliased
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Apr 14, 2019
1 parent f2a87bc commit 3f4c413
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion plugins/privacy/actionlogs/actionlogs.php
Expand Up @@ -10,7 +10,6 @@
defined('_JEXEC') or die;

JLoader::register('ActionlogsHelper', JPATH_ADMINISTRATOR . '/components/com_actionlogs/helpers/actionlogs.php');
JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla actionlogs data
Expand Down
2 changes: 0 additions & 2 deletions plugins/privacy/consents/consents.php
Expand Up @@ -9,8 +9,6 @@

defined('_JEXEC') or die;

JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla user consent data
*
Expand Down
2 changes: 0 additions & 2 deletions plugins/privacy/contact/contact.php
Expand Up @@ -9,8 +9,6 @@

defined('_JEXEC') or die;

JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla user contact data
*
Expand Down
2 changes: 0 additions & 2 deletions plugins/privacy/content/content.php
Expand Up @@ -9,8 +9,6 @@

defined('_JEXEC') or die;

JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla user content data
*
Expand Down
2 changes: 0 additions & 2 deletions plugins/privacy/message/message.php
Expand Up @@ -9,8 +9,6 @@

defined('_JEXEC') or die;

JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla user messages
*
Expand Down
2 changes: 0 additions & 2 deletions plugins/privacy/user/user.php
Expand Up @@ -11,8 +11,6 @@

use Joomla\Utilities\ArrayHelper;

JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php');

/**
* Privacy plugin managing Joomla user data
*
Expand Down

0 comments on commit 3f4c413

Please sign in to comment.