Avoid multiple lines in post-view, added thread view

This commit is contained in:
Michael 2021-01-18 07:10:04 +00:00
parent fe373a10aa
commit f9430175c6
5 changed files with 415 additions and 20 deletions

View file

@ -217,7 +217,7 @@ class Item
* @return array|false current row or false
* @throws \Exception
*/
private static function fetch($stmt)
public static function fetch($stmt)
{
$row = DBA::fetch($stmt);