fix verb for reshares

This commit is contained in:
zotlabs 2019-02-06 19:59:05 -08:00
parent 96a4fc7ca2
commit 7f6e4a9744

View File

@ -639,9 +639,9 @@ class Item extends Controller {
if(preg_match_all('/(\[share=(.*?)\](.*?)\[\/share\])/',$body,$match)) {
// process share by id
$verb = ACTIVITY_SHARE;
$i = 0;
foreach($match[2] as $mtch) {
$reshare = new \Zotlabs\Lib\Share($mtch);