mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix the spelling of some verbs
This commit is contained in:
parent
11513519ce
commit
3b469fe4e9
2 changed files with 10 additions and 3 deletions
|
@ -1291,6 +1291,7 @@ function update_1514()
|
|||
|
||||
function update_1515()
|
||||
{
|
||||
DBA::update('verb', ['name' => Activity::READ], ['name' => 'https://www.w3.org/ns/activitystreams#read']);
|
||||
DBA::update('verb', ['name' => Activity::VIEW], ['name' => 'https://joinpeertube.org/view']);
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue