Change called method names
- Add GlobalContact::getRandomUrl - Rename Contact::getIdForURL - Rename Diaspora::sendUnshare - Remove unused parameter $self in Contact::terminateFriendship
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@ function networkThreadedView(App $a, $update = 0) {
|
||||
'details' => $r['location'],
|
||||
);
|
||||
|
||||
$entries[0]["account_type"] = account_type($r);
|
||||
$entries[0]["account_type"] = Contact::getAccountType($r);
|
||||
|
||||
$o = replace_macros(get_markup_template("viewcontact_template.tpl"),array(
|
||||
'contacts' => $entries,
|
||||
|
||||
Reference in New Issue
Block a user