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

Fixes #4840 fixed an error in recursive dependency error message

Showing with 1 addition and 1 deletion
+1 -1
...@@ -783,7 +783,7 @@ class plugin ...@@ -783,7 +783,7 @@ class plugin
$array = $array =
array_map( array_map(
function ($a) use (&$cache, $depends, $forbidden) function ($a) use (&$cache, $depends, $forbidden, $key)
{ {
if (in_array($a, $forbidden)) { if (in_array($a, $forbidden)) {
msg_dialog::display( msg_dialog::display(
......
  • bmortier @bmortier

    mentioned in issue #1538

    By Côme Chilliet on 2017-09-02T15:29:51 (imported from GitLab)

    ·

    mentioned in issue #1538

    By Côme Chilliet on 2017-09-02T15:29:51 (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