1
0

fix nl2br: $textarray could be null on category pages

This commit is contained in:
onli
2019-03-07 21:05:39 +01:00
parent c87938cd42
commit acc87400eb

View File

@ -624,6 +624,10 @@ p.wl_notopbottom {
$tagstack = array();
$isolation_flag = false;
if (! is_array($textarray)) {
return $text;
}
for ($i=0; $i < count($textarray); $i++)
{