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:
parent
b92fc24ff0
commit
ec02af593d
48 changed files with 133 additions and 133 deletions
|
|
@ -7,7 +7,7 @@ use Friendica\Model\GlobalContact;
|
|||
function randprof_init(App $a) {
|
||||
require_once('include/Contact.php');
|
||||
|
||||
$x = random_profile();
|
||||
$x = GlobalContact::getRandomUrl();
|
||||
|
||||
if ($x) {
|
||||
goaway(zrl($x));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue