X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FPostUpdate.php;h=adc88b13e82ec425edc0995724bc3a9bf04ef6bc;hb=79235b6db1c9badd6c9602d54ad0d550e4bec2fd;hp=04c218ca001896f7b7986b3985441c5805a5a953;hpb=bbe05f523fbb73e34a909e247afab9be77481f70;p=friendica.git diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 04c218ca00..adc88b13e8 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -359,7 +359,7 @@ class PostUpdate } } - Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url'], false); + Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url']); $id = $term['tid']; ++$rows;