]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
bugfixing ini-loading
[friendica.git] / src / Model / Contact.php
index a92b7777d33587d3ac62dc95e4a815f3fa093235..cf90406e24a029d5afbc2cd83eceebfce9d95922 100644 (file)
@@ -66,7 +66,7 @@ class Contact extends BaseObject
         */
 
        /**
-        * @name account types
+        * Account types
         *
         * TYPE_UNKNOWN - the account has been imported from gcontact where this is the default type value
         *
@@ -1753,7 +1753,7 @@ class Contact extends BaseObject
                        }
                } elseif (Config::get('system', 'dfrn_only') && ($ret['network'] != Protocol::DFRN)) {
                        $result['message'] = L10n::t('This site is not configured to allow communications with other networks.') . EOL;
-                       $result['message'] != L10n::t('No compatible communication protocols or feeds were discovered.') . EOL;
+                       $result['message'] .= L10n::t('No compatible communication protocols or feeds were discovered.') . EOL;
                        return $result;
                }