mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:10:11 +00:00
Fix error / "about" is now converted to BBCode
This commit is contained in:
parent
221e197658
commit
cbfc3d0c28
2 changed files with 3 additions and 2 deletions
|
@ -700,7 +700,7 @@ class Transmitter
|
|||
*
|
||||
* @return object array
|
||||
*/
|
||||
private static function createNote($item)
|
||||
public static function createNote($item)
|
||||
{
|
||||
if (!empty($item['title'])) {
|
||||
$type = 'Article';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue