mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
New class "System"
This commit is contained in:
parent
b0c26921ad
commit
3c24bed412
121 changed files with 197 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
|
||||
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