Skip to content
Snippets Groups Projects
Commit 7e3801da authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

prevent php-warnings in PluginManager, closes #4363

Closes #4363

Merge request studip/studip!3163
parent 9f9d4e7f
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ class PluginManager
'core' => $plugin['pluginpath'] === '',
'automatic_update_url' => $plugin['automatic_update_url'],
'automatic_update_secret' => $plugin['automatic_update_secret'],
'description' => $plugin['description'],
'description' => $plugin['description'] ?? '',
'description_mode' => $plugin['description_mode'] ?? null,
'highlight_until' => $plugin['highlight_until'] ?? null,
'highlight_text' => $plugin['highlight_text'] ?? null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment