mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:50:13 +00:00
Avoid multiple lines in post-view, added thread view
This commit is contained in:
parent
fe373a10aa
commit
f9430175c6
5 changed files with 415 additions and 20 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue