mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
We now store verbs in a new side table
This commit is contained in:
parent
5765b6f772
commit
5fe6a2dfcd
5 changed files with 132 additions and 2 deletions
|
@ -1505,6 +1505,10 @@ class Item
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (empty($item['vid']) && !empty($item['verb'])) {
|
||||
$item['vid'] = Verb::getID($item['verb']);
|
||||
}
|
||||
|
||||
self::addLanguageToItemArray($item);
|
||||
|
||||
// Items cannot be stored before they happen ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue