]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
Add cache for PHP 7.3 test
[friendica.git] / include / enotify.php
index bc758666ab3d423cc4e596c6d9905e6e4ff03067..1edad36ac0c79bd6383a72c60376e8b4660d8877 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -41,7 +41,7 @@ use Friendica\Protocol\Activity;
  *                      type, event, otype, activity, verb, uid, cid, origin_cid, item, link,
  *                      source_name, source_mail, source_nick, source_link, source_photo,
  *                      show_in_notification_page
- * 
+ *
  * @return bool
  * @throws \Friendica\Network\HTTPException\InternalServerErrorException
  */
@@ -273,7 +273,7 @@ function notification($params)
                        $epreamble = $l10n->t('%1$s [url=%2$s]shared a post[/url] from %3$s.',
                                '[url='.$params['source_link'].']'.$params['source_name'].'[/url]',
                                $params['link'], '[url='.$params['origin_link'].']'.$params['origin_name'].'[/url]'
-                       );                      
+                       );
                }
 
                $sitelink = $l10n->t('Please visit %s to view and/or reply to the conversation.');