]> git.mxchange.org Git - friendica.git/blobdiff - mod/cal.php
Abuse mail received because of "unusual traffic"
[friendica.git] / mod / cal.php
index edcbaa7e8ff875ba5da970f2b54f4c7b0cab117e..4b90b02cd845474ea4988d6444428f15e7b4582e 100644 (file)
@@ -78,7 +78,7 @@ function cal_init(App $a)
                '$photo' => $profile['photo'],
                '$addr' => $profile['addr'] ?: '',
                '$account_type' => $account_type,
-               '$about' => BBCode::convert($profile['about'] ?: ''),
+               '$about' => BBCode::convert($profile['about']),
        ]);
 
        $cal_widget = Widget\CalendarExport::getHTML();