]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Moved global PAGE_* to Profile class (#5500)
[friendica.git] / src / Network / Probe.php
index 385ab9dec163093db60db3ee97906de5bf049140..1bc0f9d630b7d1c7213a0c33493fdaa65c82bcf7 100644 (file)
@@ -398,7 +398,7 @@ class Probe
                                // This doesn't cover the case when a community isn't a community anymore
                                if (!empty($data['community']) && $data['community']) {
                                        $fields['community'] = $data['community'];
-                                       $fields['contact-type'] = ACCOUNT_TYPE_COMMUNITY;
+                                       $fields['contact-type'] = Contact::ACCOUNT_TYPE_COMMUNITY;
                                }
 
                                $fieldnames = [];