Skip to content

[FIX] Wiki plugin quote: fixed accessing variable on false

Josaphat Imani requested to merge josaphat.imani97/tiki:wp-quote-issue into master

Trying to access array offset on false on line 68 of /path/lib/wiki-plugins/wikiplugin_quote.php

get_comment method of Comment lib may return false.

Edited by Josaphat Imani

Merge request reports