diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-05-11 07:19:42 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-05-11 07:19:42 +0000 |
| commit | 20240b2aacb15ab3264afbfbbc9dae952db4bb63 (patch) | |
| tree | 597cae73c5ae7ab9eda6d066d45430c3f17a4560 /lib/classes/Privacy.php | |
| parent | c054faf90288a75fc3680480434ba93b7f5b287b (diff) | |
convert old core plugins to new model, re #814
Merge request studip/studip!440
Diffstat (limited to 'lib/classes/Privacy.php')
| -rw-r--r-- | lib/classes/Privacy.php | 2 |
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])) { |
