kopia lustrzana https://github.com/friendica/friendica
Merge pull request #13283 from AlfredSK/AlfredSK-fix-wsod-creating-report
Fix WSOD when creating a report using PHP8.xpull/13285/head
commit
ff092833ae
|
@ -338,7 +338,7 @@ class Create extends BaseModule
|
|||
'$category' => $category,
|
||||
'$rules' => $rules ?? [],
|
||||
'$comment' => BBCode::convert($this->session->get('report_comment') ?? '', false, ),
|
||||
'$posts' => count($request['uri-ids']),
|
||||
'$posts' => count($request['uri-ids'] ?? []),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue