X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcrepair.php;h=69efad24b0e1b7095af3941cc72cdc7002acfb69;hb=ec02af593db87e78b0b388047ac4265aa5f987b1;hp=902a129303972a7e18b7c426f84aff37231c5fc8;hpb=8e12b159d947fb27ad6bdd5e06e3a90c1713687e;p=friendica.git diff --git a/mod/crepair.php b/mod/crepair.php index 902a129303..69efad24b0 100644 --- a/mod/crepair.php +++ b/mod/crepair.php @@ -1,4 +1,10 @@ data['contact'] = $r[0]; $contact = $r[0]; - profile_load($a, "", 0, get_contact_details_by_url($contact["url"])); + profile_load($a, "", 0, Contact::getDetailsByURL($contact["url"])); } } @@ -44,7 +50,7 @@ function crepair_post(App $a) { ); } - if (! dbm::is_result($r)) { + if (! DBM::is_result($r)) { return; } @@ -112,7 +118,7 @@ function crepair_content(App $a) { ); } - if (! dbm::is_result($r)) { + if (! DBM::is_result($r)) { notice( t('Contact not found.') . EOL); return; } @@ -124,7 +130,7 @@ function crepair_content(App $a) { $returnaddr = "contacts/$cid"; - $allow_remote_self = get_config('system','allow_users_remote_self'); + $allow_remote_self = Config::get('system','allow_users_remote_self'); // Disable remote self for everything except feeds. // There is an issue when you repeat an item from maybe twitter and you got comments from friendica and twitter