forked from projects/thebadspace
Forgot to encode the json. oops
This commit is contained in:
parent
fd7a6fd064
commit
44cd545b37
1 changed files with 1 additions and 1 deletions
|
@ -99,8 +99,8 @@ class LocationController extends Controller
|
||||||
'rating' => $item[1],
|
'rating' => $item[1],
|
||||||
'added_by' => 1,
|
'added_by' => 1,
|
||||||
'tags' => 'poor moderation, hate speech',
|
'tags' => 'poor moderation, hate speech',
|
||||||
|
'images' => json_encode($images),
|
||||||
'block_count' => $blockcount,
|
'block_count' => $blockcount,
|
||||||
'images' => $images,
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue