diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:59:12 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:59:12 +0000 |
| commit | 74cde461f8dd1b0b83ea9e031822603e9c280b56 (patch) | |
| tree | 1b1da650263c78e5df9d3751c7d74d0b8919d1d2 /app/controllers/plugin_controller.php | |
| parent | 956957c167dfc9675d1ec14a23e3fe75bf6c1a8d (diff) | |
fix for BIESt #971
Closes #971
Merge request studip/studip!578
Diffstat (limited to 'app/controllers/plugin_controller.php')
| -rw-r--r-- | app/controllers/plugin_controller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/plugin_controller.php b/app/controllers/plugin_controller.php index 445f22e..c18874e 100644 --- a/app/controllers/plugin_controller.php +++ b/app/controllers/plugin_controller.php @@ -19,7 +19,6 @@ class PluginController extends StudipController } $this->plugin = $dispatcher->current_plugin; - if ($this->plugin && $this->plugin->hasTranslation()) { // Localization $this->_ = function ($string) { |
