Skip to content

[FIX]Utilities.php: fix edit params for no parameters plugins when using pluginHelp

This happens when trying to edit a no parameters plugins using pluginHelp, clicking on save is breaking the plugin at all instead of letting it as it was.....

See from this video pluginWithNoparams
Note that this is the case of plugins : sub, sup, tr, etc. We resolved this by checking if the $params array is empty then we return an empty array.

Related Task Thread

Edited by Baraka Kinywa

Merge request reports