mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Move Object\Contact to Model\Contact
This commit is contained in:
parent
d4ca30a6db
commit
18d93cddf6
50 changed files with 62 additions and 64 deletions
|
@ -3,7 +3,7 @@
|
|||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Object\Contact;
|
||||
use Friendica\Model\Contact;
|
||||
|
||||
function add_thread($itemid, $onlyshadow = false) {
|
||||
$items = q("SELECT `uid`, `created`, `edited`, `commented`, `received`, `changed`, `wall`, `private`, `pubmail`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue