We now store verbs in a new side table
This commit is contained in:
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user