Remove include/Contact.php

- Remove all mentions to include/Contact.php
This commit is contained in:
Hypolite Petovan 2017-11-19 17:05:21 -05:00
parent ec02af593d
commit 5ee728972e
31 changed files with 0 additions and 938 deletions

View file

@ -124,7 +124,6 @@ class Notifier {
if (!$r) {
return;
}
require_once 'include/Contact.php';
foreach ($r as $contact) {
Contact::terminateFriendship($user, $contact);
}