Patch
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Patch’ is closed to new replies.