Commit 8397b6ef authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #2166 oops

Showing with 1 addition and 1 deletion
+1 -1
......@@ -241,7 +241,7 @@ class management
return "";
}
if (in_array_ics('plInfo', get_class_methods(get_class($this))) {
if (in_array_ics('plInfo', get_class_methods(get_class($this)))) {
$plInfos = pluglist::pluginInfos(get_class($this));
$plTitle = $plInfos['plTitle'];
$plIcon = $plInfos['plIcon'];
......
  • bmortier @bmortier

    mentioned in issue #747

    By Côme Chilliet on 2017-09-02T14:57:35 (imported from GitLab)

    ·

    mentioned in issue #747

    By Côme Chilliet on 2017-09-02T14:57:35 (imported from GitLab)

    Toggle commit list
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