]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Notifications/Introductions.php
Add UID as parameter for notify repository call
[friendica.git] / src / Module / Notifications / Introductions.php
index 862473332b9a9330e3852b3abc1ab60ea00d5a26..0b1cb9e6a39bfc42f408c4ef35933acdf568f6cc 100644 (file)
@@ -1,4 +1,23 @@
 <?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/>.
+ *
+ */
 
 namespace Friendica\Module\Notifications;
 
@@ -149,8 +168,6 @@ class Introductions extends BaseNotifications
                                                '$lbl_about'             => DI::l10n()->t('About:'),
                                                '$keywords'              => $notification->getKeywords(),
                                                '$lbl_keywords'          => DI::l10n()->t('Tags:'),
-                                               '$gender'                => $notification->getGender(),
-                                               '$lbl_gender'            => DI::l10n()->t('Gender:'),
                                                '$hidden'                => ['hidden', DI::l10n()->t('Hide this contact from others'), $notification->isHidden(), ''],
                                                '$lbl_connection_type'   => $helptext,
                                                '$friend'                => $friend,