aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/Privacy.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/Privacy.php')
-rw-r--r--lib/classes/Privacy.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/classes/Privacy.php b/lib/classes/Privacy.php
index 90ba9f7..bb3bcdd 100644
--- a/lib/classes/Privacy.php
+++ b/lib/classes/Privacy.php
@@ -85,8 +85,6 @@ class Privacy
*/
public static function getUserdataInformation($user_id, $section = null)
{
- //workaround make Forum Model available
- PluginEngine::getPlugin('CoreForum');
$storage = new StoredUserData($user_id);
if ($section && !isset(self::$privacy_classes[$section])) {