• Resolved Larzans

    (@larzans)


    Hi,
    first of all thanks for this great plugin, exactly what we needed.

    There was just one small bug that prevented us from using it at first, the options page display broke when we tried to save the setting (PHP 7.1.25) because the print_tree function tried to call itself with an invalid argument that was not an array, so we could never use the plugin like that as we couldn’t activate any endpoint.

    Adding a check for an array in line 241 solved that problem:

    if (is_array($node['branches'])) {
        print_tree($node['branches'], false, $rnodes);
    }

    Thanks for all the good work,
    Lars

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Larzans

    (@larzans)

    Any chance that you’ll find the time to fix this?

    The plugin in its current state is simply not working…

    Plugin Author invisnet

    (@invisnet)

    I finally found an install where I could reproduce the problem, so that’s fixed now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Patch’ is closed to new replies.