Fix error / "about" is now converted to BBCode

This commit is contained in:
Michael 2018-10-03 19:00:32 +00:00
parent 221e197658
commit cbfc3d0c28
2 changed files with 3 additions and 2 deletions

View file

@ -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';