mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00: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
|
@ -99,7 +99,6 @@ function add_shadow_thread($itemid) {
|
|||
if (!DBM::is_result($r)) {
|
||||
// Preparing public shadow (removing user specific data)
|
||||
require_once("include/items.php");
|
||||
require_once("include/Contact.php");
|
||||
|
||||
unset($item[0]['id']);
|
||||
$item[0]['uid'] = 0;
|
||||
|
@ -159,7 +158,6 @@ function add_shadow_entry($itemid) {
|
|||
|
||||
// Preparing public shadow (removing user specific data)
|
||||
require_once("include/items.php");
|
||||
require_once("include/Contact.php");
|
||||
|
||||
unset($item['id']);
|
||||
$item['uid'] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue