]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/NotificationsManager.php
BBCode - fixed syntax error
[friendica.git] / src / Core / NotificationsManager.php
index 98de4fa178ecfdac71e40eda65fbc9ae0789899c..d582f21596688c16145ee28ee9cc3ec5c2a79de6 100644 (file)
@@ -637,6 +637,8 @@ class NotificationsManager extends BaseObject
        {
                $knowyou = '';
 
+               $arr = [];
+
                foreach ($intros as $it) {
                        // There are two kind of introduction. Contacts suggested by other contacts and normal connection requests.
                        // We have to distinguish between these two because they use different data.