diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2021-08-12 10:03:21 +0200 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2021-09-01 15:09:18 +0200 |
| commit | 98be3c32ea9dd9fdce4616c9b1d425c8cb979309 (patch) | |
| tree | d2d440cadb9367a13daae175d56c0bca93b0e54f /lib/plugins/engine/PluginManager.class.php | |
| parent | 8f1efe9394ed0a6d4822b43fc7b7c7e6ebebc90a (diff) | |
migration branches for 5.0
Diffstat (limited to 'lib/plugins/engine/PluginManager.class.php')
| -rw-r--r-- | lib/plugins/engine/PluginManager.class.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/plugins/engine/PluginManager.class.php b/lib/plugins/engine/PluginManager.class.php index 1397359..5f67c40 100644 --- a/lib/plugins/engine/PluginManager.class.php +++ b/lib/plugins/engine/PluginManager.class.php @@ -192,10 +192,6 @@ class PluginManager */ public function isPluginActivated ($id, $context) { - if (!DBSchemaVersion::exists('studip', '20210201')) { - return null; - } - if (!$context) { return null; } |
