Forgot to encode the json. oops

pull/8/head
Ro 1 year ago
parent fd7a6fd064
commit 44cd545b37
Signed by: are0h
GPG Key ID: 29B551CDBD4D3B50

@ -99,8 +99,8 @@ class LocationController extends Controller
'rating' => $item[1],
'added_by' => 1,
'tags' => 'poor moderation, hate speech',
'images' => json_encode($images),
'block_count' => $blockcount,
'images' => $images,
]);
}
}

Loading…
Cancel
Save