mirror of
https://github.com/friendica/friendica
synced 2025-05-07 23:04:10 +02:00
Remove include/Contact.php
- Remove all mentions to include/Contact.php
This commit is contained in:
parent
ec02af593d
commit
5ee728972e
31 changed files with 0 additions and 938 deletions
|
@ -17,7 +17,6 @@ class Expire {
|
|||
|
||||
require_once('include/datetime.php');
|
||||
require_once('include/items.php');
|
||||
require_once('include/Contact.php');
|
||||
|
||||
load_hooks();
|
||||
|
||||
|
|
|
@ -124,7 +124,6 @@ class Notifier {
|
|||
if (!$r) {
|
||||
return;
|
||||
}
|
||||
require_once 'include/Contact.php';
|
||||
foreach ($r as $contact) {
|
||||
Contact::terminateFriendship($user, $contact);
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@ Class OnePoll
|
|||
|
||||
require_once 'include/datetime.php';
|
||||
require_once 'include/items.php';
|
||||
require_once 'include/Contact.php';
|
||||
require_once 'include/email.php';
|
||||
require_once 'include/queue_fn.php';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue