Skip to content

[FIX] Resolve 'Trying to access array offset on value of type bool' warning in wikiplugin_quote.php

Ushindi Gedeon requested to merge GedeonTS/tiki:fix-unexpected-bool into 26.x
  • In tiki26, we encountered the issue described in https://app.glitchtip.com/evoludata/issues/2379377 where there was an attempt to access a boolean instead of an array. This MR resolves the issue by implementing a check to verify if the value is a boolean before accessing it as an array.

Merge request reports