Commit 2bfc050e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4200 Fixed problems related to configuration edition

Showing with 1 addition and 1 deletion
+1 -1
......@@ -139,7 +139,7 @@ class pluglist {
if (!isset($infos['plCategory'])) {
$infos['plCategory'] = array();
}
if (!isset($infos['plTitle'])) {
if (!isset($infos['plTitle']) && isset($infos['plShortName'])) {
$infos['plTitle'] = $infos['plShortName'];
}
$infos['plForeignRefs'] = array();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment