diff options
Diffstat (limited to 'app/controllers/admin/plugin.php')
| -rw-r--r-- | app/controllers/admin/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/plugin.php b/app/controllers/admin/plugin.php index 0a01083..37b08cc 100644 --- a/app/controllers/admin/plugin.php +++ b/app/controllers/admin/plugin.php @@ -585,7 +585,7 @@ class Admin_PluginController extends AuthenticatedController 'manifest_info_de' => [ 'label' => _('Standardbeschreibung des Plugins'), 'type' => 'info', - 'value' => $this->metadata['descriptionlong'] ?? $this->metadata['description'], + 'value' => $this->metadata['descriptionlong'] ?? $this->metadata['description'] ?? '', 'if' => "STUDIPFORM_SELECTEDLANGUAGES.description === 'de_DE'" ], 'manifest_info_en' => [ |
