Skip to content

[FIX] Add a check to the get_comment function to make sure we have an array or...

Ushindi Gedeon requested to merge GedeonTS/tiki:fix-unexpected-type-bool into master

*Adding a check to the get_comment function to verify whether we are returning an array, or ensuring that we return null, essential for maintaining the efficiency of the previous author's fix in wikiplugin_quote.php, which verifies if the returned value is false.

*For issue:https://app.glitchtip.com/evoludata/issues/2379377

Edited by Ushindi Gedeon

Merge request reports