mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Remove requires
remove require_once statements
This commit is contained in:
parent
21881f2885
commit
11c7441e94
2 changed files with 0 additions and 2 deletions
|
@ -524,7 +524,6 @@ function item_post(App $a) {
|
|||
// Setting the object type if not defined before
|
||||
if (!$objecttype) {
|
||||
$objecttype = ACTIVITY_OBJ_NOTE; // Default value
|
||||
require_once 'include/plaintext.php';
|
||||
$objectdata = Plaintext::getAttachedData($body);
|
||||
|
||||
if ($objectdata["type"] == "link") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue