]> git.mxchange.org Git - friendica.git/blobdiff - mod/cal.php
Abuse mail received because of "unusual traffic"
[friendica.git] / mod / cal.php
index 5903ea63fa90e503ddd0c4b9d01aa8c8472c4996..4b90b02cd845474ea4988d6444428f15e7b4582e 100644 (file)
@@ -1,6 +1,22 @@
 <?php
 /**
- * @file mod/cal.php
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
  * The calendar module
  *
  * This calendar is for profile visitors and contains only the events
@@ -62,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();